Hana API Overview
This quick reference summarizes available endpoints for the Hana API. Use it as a convenient index when exploring the detailed guide in Hana API.
Endpoint | Method | Description |
---|---|---|
/v1/expose-api/test | GET | Validate your API key |
/v1/expose-api/chat/completion | POST | Request a chat completion |
/v1/expose-api/chat/statuses | GET | Retrieve completion status |
/v1/expose-api/report-groups/report-messages | POST | Add a message to a report group |
/v1/expose-api/chat/create-google-chat-message | POST | Create a Google Chat message |
/v1/expose-api/report-groups | GET | List report groups |
/v1/expose-api/report-groups/{{REPORT_GROUP_ID}}/report-messages | GET | Retrieve messages from a report group |
/v1/expose-api/spaces | GET | List spaces Hana is integrated in |
/v1/expose-api/users | GET | List users in the organization |
/v1/expose-api/memory | POST | Save a text snippet to Hana's memory |
/v1/expose-api/memory/{batchId} | GET | Retrieve memory batch |
/v1/expose-api/memory/{batchId} | DELETE | Delete a memory batch |
/v1/expose-api/get-url-content | GET | Fetch content from a URL |
For authentication details and examples, see the full API documentation.