Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The API version to use.
2025-06-19
Body
The agent that should handle the conversation. Use ca_8qm9JBCiTe7
for the released version or ca_8qm9JBCiTe7@v2
for a specific version.
Configuration for the channel the conversation will be created on. Parameters for creating a phone channel conversation.
Whether the conversation should be created in live mode.
Partial override for the agent's configuration (e.g. voice, runtime, tools). Follows the same shape as the agent configuration object, but all fields are optional since it is merged into the base config.
Read more on dynamic configuration.
Arbitrary context passed to the agent. This can include runtime variable values, user metadata, or any other relevant payload.