Headers
Your API key for authentication.
Optional encrypted key used for securing batch payloads.Learn more about BYOT here.
Body
A list of individual call objects to include in the batch. Each object follows the same schema as
/v1/calls
.Example
Global call properties to apply to all
Required keys:
call_objects
, unless overridden per entry.
Required keys:
- Must include at least one of:
"task"
or"pathway_id"
.
Forbidden keys: "phone_number"
is not allowed in the global object.
Example
Response
The response includes the
batch_id
of the newly created batch.The unique identifier for the batch.
Always
null
on success.