get
/{tenantId}/v1/documents/{documentId}/downloadGet document download URL
Requires Authentication
Documents
Returns a presigned S3 download URL for the document. The document must be in "ready" status.
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
documentIdrequired | string (uuid) | Document UUID |
Responses
Presigned download URL
Response Bodyapplication/json
downloadUrlstring
- Presigned S3 URL for downloading the file (expires in 1 hour)Code Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/documents/{documentId}/download' \
-H 'Authorization: Bearer {token}'