Export multiple documents as zip

GET

Export multiple documents as a zip file. Documents can be filtered by IDs and/or date range.

The endpoint allows downloading:

  • Specific documents by providing their IDs
  • Documents within a date range
  • All accessible documents if no filters are provided

Files are streamed as a zip archive to handle potentially large downloads efficiently.

Headers

X-API-KeystringRequired

Query parameters

document_idsstringOptionalformat: "uuid"

List of document IDs to include in the export. If not provided, all accessible documents will be included.

start_datedatetimeOptional

Filter documents created on or after this date.

end_datedatetimeOptional

Filter documents created before this date.

Errors

Built with