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

Changes

Changed in 1 of the 7 revisions of this API.11

  • ca32894f988c11See the full diff
    • the files/items/ request property contentMediaType changed from to application/octet-stream

      request-property-content-media-type-changed

    • the files/items/ request property type/format was generalized from string/binary to string/

      request-property-type-generalized

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog