Skip to main content

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.

EndpointMethodDescription
/v1/expose-api/testGETValidate your API key
/v1/expose-api/chat/completionPOSTRequest a chat completion
/v1/expose-api/chat/statusesGETRetrieve completion status
/v1/expose-api/report-groups/report-messagesPOSTAdd a message to a report group
/v1/expose-api/chat/create-google-chat-messagePOSTCreate a Google Chat message
/v1/expose-api/report-groupsGETList report groups
/v1/expose-api/report-groups/{{REPORT_GROUP_ID}}/report-messagesGETRetrieve messages from a report group
/v1/expose-api/spacesGETList spaces Hana is integrated in
/v1/expose-api/usersGETList users in the organization
/v1/expose-api/memoryPOSTSave a text snippet to Hana's memory
/v1/expose-api/memory/{batchId}GETRetrieve memory batch
/v1/expose-api/memory/{batchId}DELETEDelete a memory batch
/v1/expose-api/get-url-contentGETFetch content from a URL

For authentication details and examples, see the full API documentation.