Chat API
Create a chat topic
Creates a topic to manage message history for a given AI chat conversation.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
The id of the created topic.
Was this page helpful?