cURL
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": {} } ] }
Download the content of a file by its unique ID.
Documentation IndexFetch the complete documentation index at: https://docs.nx1cloud.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt
Use this file to discover all available pages before exploring further.
Unique ID of the file to download.
Successful Response
Was this page helpful?