Basic
Send Call using Pathways (Simple)
Send an AI phone call with your own conversational pathway agent! Links - Video Tutorial | Step-by-step web tutorial
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.
pathway_id
string
requiredFollows the conversational pathway you created to guide the conversation.
You can access your pathway_id by clicking on the ‘Copy ID’ button on your pathways here. If you don’t have any pathways, click the ‘Create Pathway’ button to create one!
Response
status
string
Can be success
or error
.
call_id
string
A unique identifier for the call (present only if status is success
).