Basic
Send Call (Simple)
Send an AI phone call with a custom objective and actions.
POST
/
v1
/
calls
Headers
authorization
string
requiredYour API key for authentication.
Body
phone_number
string
requiredThe phone number to call. Country code defaults to +1
(US) if not specified.
Formatting is flexible, however for the most predictable results use the E.164 format.
task
string
requiredProvide instructions, relevant information, and examples of the ideal conversation flow.
Response
status
string
Can be success
or error
.
call_id
string
A unique identifier for the call (present only if status is success
).