Skip to main content
POST
/
api
/
agents
/
chat
Api Agents Chat
curl --request POST \
  --url http://localhost:8080/api/agents/chat \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
message
string
required
active_task_id
string | null
client_request_id
string | null
environment
string | null

Response

Successful Response