Skip to main content
POST
Start agent conversation

Authorizations

Authorization
string
header
required

API key issued via POST /v1/api-keys. Prefix is zsk_. Pass as Authorization: Bearer zsk_…. Scopes are enforced per key.

Path Parameters

agentId
string
required

Body

application/json
overrides
object

Per-conversation overrides for the agent configuration. Useful for previewing unsaved draft changes without persisting them. Every field is optional and additive — an absent field falls back to the pinned version.

branch_id
string

Pin the conversation to a specific branch (uses its head_version).

version_id
string

Pin the conversation to a specific version.

modality
enum<string>

Conversation modality. 'text' persists the row as text and signs a token that cannot publish a microphone (typed chat only). Defaults to 'voice'.

Available options:
voice,
text

Response

201 - undefined