English
Documentation
How to use the Orkeia AI platform
Allows downloading a file available in the system.
GET /download-file
authorization: <your_token>
curl -X GET "https://gateway.orkeia.ai/download-file" -H "authorization: <your_token>" -o downloaded_file.bin
{ "status": "OK", "data": "document url" }
{ "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
Was this page helpful?