Send broadcast
Start sending the broadcast immediately or schedule for later. Broadcasts go through automated AI content review before sending. If the review passes, the broadcast proceeds. If rejected, use PATCH to edit content, then call POST /retry-review. Reserves the estimated cost from your balance.
post/v1/broadcasts/{broadcastId}/send
Path parameters
broadcastIdstring required
Request body
Response
Broadcast started or scheduled.
Example response
{
"broadcast": {
"id": "brd_abc123"
}
}