GET
/
v1
/
files
/
{id}
/
download
curl --request GET \
  --url https://api.hyperline.co/v1/files/{id}/download \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/pdf

The response is of type file.

GET
/
v1
/
files
/
{id}
/
download
curl --request GET \
  --url https://api.hyperline.co/v1/files/{id}/download \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/pdf

The response is of type file.