Make a Call

Initiate an outbound call to the specified phone number. The call will use the specified voice agent and any metadata provided will be available to the agent during the conversation.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
agent_idstringRequired
Voice agent UUID
source_numberstringRequired

Source phone number to call from (+91…)

phone_numberstringRequired

Phone to call (+91…)

metadataobject or nullOptional
Custom data for agent

Response

Successful Response
dataobject
Call data inside response envelope.
request_idstring
timestampdatetime
successboolean or nullDefaults to true

Errors