cURL
API reference
Trigger call
Triggers an immediate outbound call using the specified AI agent. The call is queued and processed asynchronously.
POST
cURL
Authorizations
Your unique organization API key. Required on all requests.
Body
application/json
The UUID of the AI agent to conduct the call.
The destination phone number in E.164 format (e.g. +919876543210). Must include country code. Pattern: + followed by 10-15 digits.
Pattern:
^\+[0-9]{10,15}$Optional. Additional metadata to pass context to the agent (e.g. customer information, call objectives). Arbitrary key-value pairs.