Initiates an AI phone call workflow to the specified recipient. Requires an API key for authentication.
idempotency_key in the request body. If the same key is sent within a 5-minute window, the API returns the cached response without creating a new call.
API key generated from Settings → API Keys. Format: ck_live_...
Phone number of the call recipient in E.164 format
"+14155552671"
ID of the workflow to execute. Get workflow IDs from the List Workflows endpoint or your dashboard.
"wf_abc123xyz"
Name of the call recipient
"John Doe"
Email address of the call recipient. Recommended for meeting booking calls.
"john@example.com"
Additional context to provide to the AI agent during the call
"Customer interested in premium plan"
Optional unique key to prevent duplicate calls on retries. Scoped to your organization with a 5-minute TTL.
"order-12345-call"