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

Authorizations

Authorization-PSK
string
header
required

Path Parameters

file_id
string<uuid>
required

Unique ID of the file to download.

Response

Successful Response