Documents Download
Create download
Create a new download object.
post/api/v1/documents/downloads
Request body
Example request
{
"documents": [
"https://example.rossum.app/api/v1/documents/123000",
"https://example.rossum.app/api/v1/documents/123001"
],
"file_name": "monday_invoices.zip",
"type": "document",
"zip": true
}Response
Accepted
Example response
{
"url": "https://example.rossum.app/api/v1/tasks/1"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.