Skip to main content
POST
/
api
/
conversations
/
{conversation_id}
/
ask_agent
{
  "response": "<string>"
}

Path Parameters

conversation_id
string<uuid>
required

Body

application/json

Payload to ask the agent a simple question.

question
string
required

The question to ask the agent

Response

Successful Response

Response containing the agent's answer.

response
string
required

The agent's response to the question