For the full list of 25 control verbs with detailed parameters, see the
Control API reference.
Send a control event
Dispatches a telephony verb to an active AI session. Your AI service calls this endpoint during or after a conversation to transfer, hang up, set dispositions, manage conferences, and more.200 OK
Authentication
Two auth options — use whichever fits your architecture:
Callback tokens are delivered in the metadata frame when the WebSocket
connects. They auto-rotate at 25 minutes via a
token_refresh text
frame — your AI service should swap to the new token on receipt.
Request body
Response
Rate limit
10 requests per second percall_id. Exceeding returns 429.
Revoke a callback token
Immediately invalidates a per-call callback token. Use this when your AI service detects a token compromise or needs to force a session handoff.ai_sessions:control_admin | Status: 200 OK
Response
Control verbs reference
The control endpoint supports 25 verbs organized in three groups:
See the Control API reference for detailed
parameters, idempotency behavior, and error codes for each verb.

