Mon-Fri 10am - 6pm
Voice Broadcast
Base URL for your account: https://cpaas.studio/api/v1
Send a voice broadcast to a list of numbers, poll its per-number outcomes, and check your billing balance.
-
Voice Broadcast
GET/POST /api/v1/voice/broadcastSends a broadcast to a list of numbers from one of your account's DIDs. Requires a key scoped to voice.obd or all. This endpoint accepts a request; it does not bill or deliver synchronously. -
Voice Broadcast Number Status
GET/POST /api/v1/voice/broadcast/statusLook up a broadcast's progress and per-number outcomes. Requires a key scoped to voice.obd or all. This is the endpoint you should poll after sending a broadcast. -
Balance Check
GET/POST /api/v1/balanceYour current credit/plan balance. Unlike every other endpoint in this API, this one is not restricted to a specific module — it's available to any key, and shows exactly the scope(s) that key's own module covers.