Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
app_context
object
required
content
string | null
conversation_uuid
string<uuid> | null
origin
null | enum<string>
Available options:
insights_analysis,
task_editing
timezone
string | null
title
string | null

Response

SSE tool-progress stream (text/event-stream). Events: conversation_ready, tool_start, tool_end, message_complete, turn_complete, error, done. JSON POST /v1/conversations/chat remains for non-stream clients.