v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB

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

scheduledAtstring date-time

Schedule for future delivery. Omit to send immediately.

Response

Broadcast started or scheduled.

Example response

{
  "broadcast": {
    "id": "brd_abc123"
  }
}