cURL
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>" } ] }
Download the content of a file by its unique ID.
Unique ID of the file to download.
Successful Response
Was this page helpful?