English
Documentation
How to use the Orkeia AI platform
Returns the list of all registered sectors.
GET https://gateway.orkeia.ai/sectors
authorization: <your_token>
curl -X GET "https://gateway.orkeia.ai/sectors" \ -H "authorization: <your_token>"
{ "status": "OK", "data": [ { "id": "SECTOR_12345", "name": "Technology", "description": "IT Sector" } ] }
{ "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
Was this page helpful?