Overview
Generates a signed download URL for a specific file. The returned URL points to CloudFront and is valid for 3 hours. This endpoint only works for files — requesting a download URL for a folder will return an error.Response
Returns an object containing:url: A CloudFront signed URL that can be used to download the file directly
Usage
- Call this endpoint to get a signed URL.
- Use the returned URL to download the file via a standard HTTP GET request.
- The signed URL expires after 3 hours — request a new one if needed.
This endpoint only works for files. Attempting to download a folder will return an error.