Skip to main content
POST
Retrieve your API Key from your VozAgent Dashboard.
Triggers an AI-powered outbound call. The assistant will call the specified phone number and handle the conversation based on its configuration. Requires an active subscription and the calls:write scope.

Body parameters

string
required
The destination phone number to call (E.164 format, e.g., +15551234567).
string
The ID of the assistant to make the call. Either assistant_id or assistant_name is required.
string
The name of the assistant to make the call. Either assistant_id or assistant_name is required.
string
First name of the contact being called. Used for personalization.
string
Last name of the contact being called.
string
Lead source identifier (e.g., “website”, “referral”).
string | string[]
Tags to associate with the contact. Can be a single string or an array of strings.
string
Additional notes or context for the call. Can be used to provide the assistant with background information.

Response

Returns the created call object. The call will be initiated asynchronously. Status code: 201.