Skip to main content
Returns a short-lived presigned URL for downloading a specific document from an application.

Authentication

Requires an API key with applications:read scope. The application must belong to the organization associated with the API key.

Path parameters

string
required
UUID of the application.
string
required
UUID of the document.

Response

Returns 200 OK with a presigned download URL.
string
Presigned S3 URL valid for 1 hour. Use this to download the file directly.
string
Original file name.
string
MIME type of the file (e.g., application/pdf, image/jpeg).

Examples

Response:
Download URLs expire after 1 hour. If the URL has expired, request a new one by calling this endpoint again.

Errors