batch_id. You then use that batch_id with GET /bulk/extracts to retrieve the extracted data once processing is complete.
The Bulk Service does not support callbacks. You must poll GET /bulk/extracts to retrieve results.
Endpoint
Authentication
This endpoint requires a JWT token obtained fromPOST /v1/bulk/authtoken. Pass it in the Token request header.
Request headers
JWT access token issued by
POST /v1/bulk/authtoken.Request body
Product type identifier for this batch. Example:
"POC_CDL".List of document file objects to process. Each element must include both
file_url and document_id.Response
A201 Created response contains an array — one entry per uploaded document — each sharing the same batch_id.
The batch identifier assigned to all documents in this upload (e.g.,
"BATCH-30732-SIYKJ-20251121113228"). Use this value when polling GET /bulk/extracts.Echo of the
document_id you provided for this file.Internal UUID Atlas assigned to the individual file. Useful for support queries.
Error responses
| Status | Meaning |
|---|---|
400 | Bad Request — one or more required parameters are missing or malformed. |