Skip to main content
GET
/
api
/
v1
/
files
/
{file_uuid}
Download file
curl --request GET \
  --url https://api.example.com/api/v1/files/{file_uuid} \
  --header 'Authorization: <api-key>'
"<string>"

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Headers

Range
string

byte range request

Path Parameters

file_uuid
string
required

File UUID

Response

OK

The response is of type file.