cURL
curl --request GET \ --url https://api.example.com/api/v1/files/{file_uuid} \ --header 'Authorization: <api-key>'
"<string>"
Downloads a file with support for range requests (byte-range downloads)
Type "Bearer" followed by a space and JWT token.
byte range request
File UUID
OK
The response is of type file.
file