Endpoint
Request headers
JWT access token obtained from POST /authtoken.
Request body
The product type assigned to your organization. This determines the document classification and extraction workflow that Atlas applies.
An array of file objects. Multiple documents can be submitted in a single request.
Response
A unique identifier assigned to this upload batch. Use this value to retrieve extraction results from the extracts API.
Example
Error responses
| Status | Meaning |
|---|---|
400 | Missing or empty required parameters — one or more required fields are missing from the request body. |
401 | Invalid token — the token is expired, revoked, or does not match any active session. |
Atlas begins processing immediately after the upload is accepted. Save the returned
batch_id and use it with the extracts API to retrieve OCR and extraction results.
