POST
/
agents
/
{agentId}
/
conversations
/
{conversationId}
/
{endpoint}
Trigger AI Analysis
curl --request POST \
  --url https://api.chat-dash.com/v1/public/agents/{agentId}/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

agentId
string
required

The ID of the agent

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

OK

assignedTopic
string