Create a batch

Runs one operation (checks.create, registrations.create, registrations.import, brands.create, campaigns.create) over up to 100 items, each with an optional client ref. The batch is accepted immediately and throttled internally — items debit the same per-key rate buckets as direct calls. Poll GET /batches/{id}/items for per-item outcomes, or listen for batch.completed.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum
required
Allowed:
items
array of objects
required
length between 1 and 100

Each item is the create/import body for the operation, plus an optional client ref.

items*
Headers
string
length ≤ 255

Any unique string (e.g. a UUID). Retries with the same key within 24h return the original response with Idempotent-Replayed: true. Same key + different body → 409.

string

Scope this request (and the created resource) to a subaccount.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json