File API
Download file
GET
/
v1
/
files
/
{file_id}
/
download
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
file_id
string
requiredThe unique identifier of the file.
Response
200 - application/octet-stream
The response is of type file
.