Documents Download
Retrieve download
Get a download object.
get/api/v1/documents/downloads/{documentsDownloadID}
Path parameters
documentsDownloadIDinteger required
A unique integer value identifying this documents download.
Response
OK
Example response
{
"id": 105,
"url": "https://example.rossum.app/api/v1/documents/456700",
"file_name": "test_invoice_1.pdf",
"expires_at": "2023-09-13T23:04:00.933658Z",
"content": "https://example.rossum.app/api/v1/documents/downloads/105/content"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.