Skip to main content
POST
Send a message to an agent and get a response.

Request body

ConversationRequest
object[]
required
List of conversation messages (append-only when conversation_id is set)
string,null
Conversation identifier
string,null
User identifier
integer
Maximum tokens in response
number
Response temperature
boolean
Whether to stream the response
object,null
Additional context

Response

ConversationResponse
string
required
Agent’s response
string
required
Conversation identifier
integer
required
Number of tokens used
number
required
Processing time in seconds
object
Additional metadata

Status codes