Export multiple documents as zip
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
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-API-Key
Query parameters
document_ids
List of document IDs to include in the export. If not provided, all accessible documents will be included.
start_date
Filter documents created on or after this date.
end_date
Filter documents created before this date.