Skip to main content
GET
/
v1
/
files
/
{id}
/
download
Download file
curl --request GET \
  --url https://api.shingleai.com/v1/files/{id}/download \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

API key authentication via Bearer token

Path Parameters

id
string<uuid>
required

File UUID

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

File content as binary download

The response is of type file.