Endpoint
POST /v2/verification/multiuploadRequest headers
JWT access token used for authentication.
Request body
Unique identifier for the verification flow. Obtained from the flow initialization API.
List of documents to be processed.
Pre-signed or publicly accessible URL of the document.
Your internal identifier for the document. This is echoed back in responses.
Indicates how the document was submitted (for example:
upload, camera, whatsapp). Optional but useful for analytics and audit.Response
Unique identifier generated by Atlas for each uploaded document.
Batch identifier grouping all documents uploaded in this request. Use this to poll extraction results.
Echo of your provided document identifier.
URL of the uploaded file.
Example
Error responses
| Status | Meaning |
|---|---|
400 | Missing or invalid required parameters (for example, missing flow_id). |
422 | Upstream authentication or processing failure (for example, Lentra Auth API failure). |
Notes
Ensure all
file_url values are accessible from Atlas servers. Expired or private URLs will result in processing failures.