Checkio API
get/{tenantId}/v1/documents/{documentId}/download

Get document download URL

Requires Authentication
Documents

Returns a presigned S3 download URL for the document. The document must be in "ready" status.

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID
documentId
required
string (uuid)Document UUID

Responses

Presigned download URL

Response Bodyapplication/json
downloadUrl
string
- 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}'