POST
/
chat
/
topic
curl --request POST \
  --url https://api-dsc.mintlify.com/v1/chat/topic \
  --header 'Authorization: Bearer <token>'
{
  "topicId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
Topic created successfully
topicId
string

The id of the created topic.