Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

batch_id
string<uuid>
required

The ID of the batch

Body

multipart/form-data
scheduled_at
string
required

The scheduled date and time in ISO 8601 format with a numeric UTC offset (e.g. +00:00). Important: The Z suffix is not accepted and returns a 500 — always use a numeric offset like +00:00. The time must be at least 2 minutes in the future (earlier values return a 400). Bolna rounds the start up to the next 10-minute mark, so a request for 12:03 runs at 12:10.

Example:

"2026-06-23T18:30:00.000Z"

bypass_call_guardrails
boolean
default:false

Skip time validation for all calls in this batch

Response

Successful response