English
Documentation
How to use the Orkeia AI platform
Allows you to see how many credits (tokens) a company has available for use on the platform.
GET /companies/{id}/credits
authorization: {idToken}
curl -X GET "https://gateway.orkeia.ai/companies/12345/credits" -H "authorization: <your_idToken>"
{ "status": "OK", "data": {"12345"} }
{ "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
Was this page helpful?