Skip to main content
POST
Send message to AI assistant

Authorizations

Authorization
string
header
required

JWT obtained from POST /v1/auth/verify after SIWS authentication. Include as: Authorization: Bearer <jwt>

Body

application/json
message
string
required

User message text (max 10,000 characters)

Maximum string length: 10000
Example:

"What's the current price of SOL?"

conversation_id
string<uuid>

Existing conversation ID to continue. Omit to start a new conversation.

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

SSE stream of AI response events

Server-Sent Events stream. Each event has format: