Calls
Create Call
Create a new outbound call to a phone number using an agent.
POST
Authorizations
API key authentication. Include your API key in the Authorization header: Bearer <your_api_key>
Headers
Optional idempotency key for safe retries
Body
application/json
Agent ID to use for the call
Example:
"agt_f9447372"
Destination phone number in E.164 format
Pattern:
^\+[1-9]\d{1,14}$Example:
"+15551234567"
Caller ID / originating number in E.164 format. Must be assigned to the agent. If omitted, system picks automatically.
Pattern:
^\+[1-9]\d{1,14}$Example:
"+15559876543"
Optional per-call settings
Custom key-value variables for template substitution in prompts
Example:
{
"first_name": "John",
"company_name": "Acme Corp"
}
