Skip to main content
POST
Initiate an outbound call to a PSTN number or a SIP endpoint, and make simultaneous bulk calls.
Authentication required:
  • X-Auth-ID - Your account Auth ID
  • X-Auth-Token - Your account Auth Token
  • Content-Type: application/json
Use < to separate multiple destinations (max 1000). Example: 14157654321<14153464321<sip:john1234@api.vobiz.ai

Required Parameters

Callback Parameters

Machine Detection Parameters

For detailed machine detection documentation, see the Machine Detection page.

Advanced Parameters

Request Example

Response Example

Success Response (200 OK)
The call_uuid (also referred to as request_uuid) is the unique identifier for the call. Both are equivalent and can be used interchangeably. A 200 response means the call was accepted and queued, not that the callee answered - watch the ring_url and answer_url callbacks for the live state.

Error responses

Use < (not a comma) to separate bulk destinations. A comma is treated as part of a single destination and the call fails to route.

Parameters Sent to Callback URLs

For every voice call you make and receive, Vobiz sends a status update to your configured callback URLs. Read and store this information for analysis, and use the values to change the flow of ongoing calls.

Parameters Sent to ring_url

Parameters Sent to answer_url and fallback_url

Parameters Sent to hangup_url

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

Body

application/json
from
string
required
to
string
required

Destination PSTN number or SIP endpoint. Separate multiple destinations with the < character to fan out a single request to up to 1000 destinations, for example +919876543210<+919876543211.

Example:

"+919876543210"

answer_url
string
required
answer_method
string
required

Response

200 - application/json

Call initiated

api_id
string
required
message
string
required
request_uuid
string
required