Skip to main content
POST
Invoke

Body

application/json

Request payload for synchronous and streaming chat endpoints.

Attributes: session_id: Client-provided session identifier for routing state. query: Natural language prompt or input for the agent.

session_id
string
required
query
string
required

Response

Successful Response

Response payload for chat endpoints.

Attributes: session_id: Echoed session identifier. response: Agent's textual response.

session_id
string
required
response
string
required
Last modified on May 22, 2026