v3

latestOpenAPI 3.1.02026-08-01101194245.5 KB
documents

Create Documents Bulk

Bulk upload documents with associated PDF files.

- `documents_metadata`: JSON string matching the DocumentsBulkCreate schema.
Example:
{
    "documents": [
        {
            "reference": "ref1",
            "document_create": { ... },
            "associated_file": "file1.pdf"
        }
    ]
}
- `files`: List of PDF files to upload.

It processes the documents in batches and returns job IDs for tracking.

post/documents/bulk

Response

Successful Response

job_idsobject required

Reference key to job_id mapping for frontend tracking

total_documentsinteger required

Total number of documents in the request

failed_validationsstring[]

Files that failed validation