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 binary content of a file by its unique identifier. The response is streamed directly with the appropriate Content-Type and Content-Disposition headers for browser downloading.
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