Skip to main content
POST
Create Outbound Call

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer

Body

application/json
agent_id
string
required

Agent ID to make the outbound call

target_phone_number
string
required

Phone number to dial

dynamic_variables
DynamicVariables · object | null

Optional runtime dynamic variables as a flat object of string, number, or boolean values

agent_overrides
RuntimeAgentConfigOverrides · object | null

Optional runtime config overrides. Supports a limited AgentConfig-shaped subset under agent_overrides.

Response

Successful Response

call_id
string
required
room_name
string
required
agent_id
string
required
target_phone_number
string
required
status
string
required
initiated_at
string
required