Voz
Call a Contact
Initiate an outbound AI phone call to an existing contact
POST
Initiates an outbound AI phone call to an existing contact in your system. The contact’s phone number, name, and profile data are automatically retrieved — you only need to provide the contact ID, agent ID, and the phone number to call from.
For calling any phone number without a pre-existing contact record, see Make AI Phone Call instead.
Headers
Your API key for authentication. Found in your dashboard under API settings.
Body
UUID of the existing contact to call. The contact’s phone number and profile data are fetched automatically. Use Get Contacts to look up contact IDs.
UUID of the AI agent to use for the call. Use List Agents to get available agents.
UUID of the phone number in your organization to call from. Use List Phone Numbers to get available number IDs.
Key-value pairs with extra context passed to the agent for this call (e.g. account balance, product name). Supplements the contact’s existing profile data.
Delay in minutes before placing the call. Defaults to
0 (immediate).Schedule the call for a specific date and time.
Arbitrary key-value metadata to attach to the call for your own tracking purposes.
Response
Unique identifier for the created call.
UUID of the AI agent handling the call.
UUID of the contact being called.
Timestamp when the call was created (ISO 8601).
Error Codes
400 Bad Request— Invalid or missing required fields401 Unauthorized— Invalid or missing API key404 Not Found— Contact or phone number not found500 Internal Server Error— Server-side error
