POST
/
projects
/
{projectId}
/
conversations
/
{conversationId}
/
{endpoint}
curl --request POST \
  --url https://api.chat-dash.com/v1/public/projects/{projectId}/conversations/{conversationId}/{endpoint} \
  --header 'Authorization: <authorization>'
{
  "assignedTopic": "<string>"
}

Headers

Authorization
string
required

All requests to the ChatDash API must be validated with the agency API Key found on your agency profile

Path Parameters

projectId
string
required

The ID of the project

conversationId
string
required

The ID of the conversation

endpoint
enum<string>
required

The AI Analysis endpoint to trigger

Available options:
autoTag,
summarize,
evaluate,
misunderstoodQuery

Response

200
application/json
OK
assignedTopic
string