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

FAQ

How do I log in to Mintlify using Google Auth?

To log in to Mintlify using Google Authentication:

  1. Navigate to the Mintlify login page
  2. Click on the “Sign in with Google” button
  3. You’ll be redirected to Google’s authentication page
  4. Enter your Google credentials (email and password)
  5. Grant the necessary permissions when prompted
  6. You’ll be automatically redirected back to Mintlify and logged in

If you encounter any issues during the Google Auth login process, please ensure:

  • Your browser allows pop-ups from Mintlify
  • You’re using a supported browser (Chrome, Firefox, Safari, Edge)
  • Your Google account has the necessary permissions
  • You’ve cleared your browser cache if experiencing persistent issues

For additional support, contact our team through the help center.

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

The response is of type object.