Making phone calls
Make Voice AI Call API
Learn how to initiate outbound phone calls using Bolna Voice AI agents. Start making phone calls using the agent ID and recipient’s phone number.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Make a phone call from agent
Agent id
which will initiate the outbound call
Phone number of the recipient alongwith country code (in E.164 format)
Additional user dynamic variables as defined in the agent prompt
Response
200
application/json
agent status response
Response message for the call initiated
Example:
"done"
Status of the call.
Available options:
queued
Example:
"queued"
Unique execution_id
or call_id
identifier of the call.
Example:
"123e4567-e89b-12d3-a456-426614174000"