Get file download URL
File
Get file download URL
Get a signed download URL for a file
GET
Get file download URL
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Get a signed download URL for a file Generates a time-limited signed URL that can be used to download the file directly from cloud storage. URL Expiration:- Default: 1 hour
- Configurable via
expirationHoursquery parameter (1-24 hours) - After expiration, request a new URL
- Call this endpoint with the file ID
- Receive a signed download URL
- Use the URL to download the file directly (no auth required for the URL itself)
- URL expires after the specified time
- Required role:
useror higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
The UUID of the file to download
Query Parameters
URL expiration time in hours (1-24, default 1)
Required range:
1 <= x <= 24