Skip to main content

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

  1. Call this endpoint to get a signed URL.
  2. Use the returned URL to download the file via a standard HTTP GET request.
  3. 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.