Send VOICE calls in bulk

Place up to 1000 voice calls in one request, all playing the same pre-uploaded audio. Upload the audio once via POST /v2/voice/audios and pass its audio_id. Each phone is validated independently — valid ones are queued and returned in accepted (each with its own message_id), invalid ones in rejected (partial success). The call result is sent per item to your configured webhook (events voice.answered / voice.no_answer / voice.failed). The batch is charged against the per-minute rate limit by its item count. Requires the SMS & Voice feature to be enabled for your account by the Clint team.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

audio_id returned by POST /v2/voice/audios.

requests
array of objects
required
length ≤ 1000
requests*
Headers
string
required

API Token

Responses

400

Validation error (e.g. missing or unknown audio_id)

401

Invalid or missing API token

402

Insufficient wallet balance to send

403

The SMS & Voice feature is not enabled for your account

429

Rate limit exceeded. Charged by item count; limit is 10000 requests per minute, per account and per channel.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json