Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://127.0.0.1:8083/api/files/download/{file_id} \ --header 'X-API-Key: <api-key>' \ --header 'X-API-Secret: <api-key>'
{ "errors": [ { "detail": "<string>", "code": "<string>" } ] }
Retrieves the file by its unique identifier.
Includes an API key in the HTTP headers to authenticate the client.
Includes an API secret in the HTTP headers to authenticate the client.
Operation Successful