Your unique organization API key. Required on all requests.
Request body
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.Optional. Additional metadata to pass context to the agent (e.g. customer information, call objectives). Arbitrary key-value pairs.
Response
Success (202 Accepted)
Call request accepted and queued.Human-readable status message.
Status value, e.g.
accepted.The unique identifier for the call (UUID). Use this to fetch call details later.
Errors
| Status | Description |
|---|---|
| 400 | Bad request — invalid request body or phone number format |
| 404 | Agent not found or does not belong to your company |
| 500 | Internal server error |