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
Changes
Changed in 1 of the 7 revisions of this API.11
- ▲
the
files/items/request property contentMediaType changed fromtoapplication/octet-streamrequest-property-content-media-type-changed
- ○
the
files/items/request property type/format was generalized fromstring/binarytostring/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
- ▲