Skip to main content
GET
/
api
/
files
/
{file_id}
/
content
Get file content
curl --request GET \
  --url https://api.example.com/api/files/{file_id}/content \
  --header 'Authorization-PSK: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

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

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

Authorizations

Authorization-PSK
string
header
required

Path Parameters

file_id
string<uuid>
required

Unique ID of the file to download.

Response

Successful Response