Download files
When you run the create file API call, you receive a download URL in the JSON response.
-
Get the download URL for an existing file (by file ID):
GET {base URL}/api/files/{id} -
Use the download URL to access the file:
GET {DOWNLOAD URL}βORβ
Use a browser to go to the download URL.
The download URL expires after 24 hours.
Files larger than 20GBs can only be downloaded in parts using a ranged GET. See CloudFront Guide for more information.
Reference Materials