Initiate an outbound call.
This endpoint allows you to programmatically make phone calls from your agent
to any phone number. Use fromNumberId to pick which of the agent’s numbers
to use as caller ID; if omitted, the first assigned number is used.
Flow:
Bearer authentication of the form Bearer <token>, where token is your auth token.
Phone number to call (E.164 format)
Voice ID override for this call (uses agent’s configured voice if omitted)
When provided, uses a built-in LLM for the conversation instead of forwarding to a webhook. The prompt defines the AI’s personality and conversation topic.
Optional per-call dynamic variables. Values are substituted into {{var_name}} placeholders in the agent’s system prompt and initial greeting at call time. Requires either systemPrompt or a hosted-mode agent.