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

Conversation envelope. agent_error is non-null when the assistant call failed but the user message was persisted (per ADR-0001).

status
string
required
timestamp
string<date-time>
required
data
object
message
string | null
request_id
string | null