Documents
Generate a temporary download link for a document
Generates a temporary pre-signed URL that can be used to download the document directly from the storage backend without authentication.
get/documents/{id}/download_link
Path parameters
idstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000
Uniquely identifies the document
Response
Successfully generated download link
Example response
{
"data": {
"url": "https://s3.amazonaws.com/bucket/path/to/document?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=..."
}
}