Skip to main content
POST
Ingest Batch

Authorizations

Authorization
string
header
required

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

Body

application/json

Batch records are intentionally untyped dicts (spec §3: batch is never all-or-nothing). Structural/semantic validation happens per-record inside the batch loop so one malformed record rejects only itself.

records
Records · object[]
required
Required array length: 1 - 500 elements

Response

Successful Response

The response is of type Response Ingest Batch V1 Ingest Batch Post · object.