Skip to main content
GET
/
files
/
{file_id}
/
content
Retrieve File Content
curl --request GET \
  --url https://api.gravixlayer.com/v1/files/{file_id}/content \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Gravix Layer Dashboard.

Path Parameters

file_id
string
required

The ID of the file to download

Response

200

File content

I