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>"

Documentation Index

Fetch the complete documentation index at: https://docs.shingleai.com/llms.txt

Use this file to discover all available pages before exploring further.

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.

Last modified on May 4, 2026