API Reference
Reference for the API
Creates a topic to manage message history for a given AI assistant conversation
curl --request POST \ --url https://api-dsc.mintlify.com/v1/chat/topic \ --header 'Authorization: Bearer <token>'
{ "topicId": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Topic created successfully
The response is of type object.
object
Was this page helpful?