cURL
curl --request GET \ --url https://api.edenai.run/v2/cost_management/credits/ \ --header 'Authorization: Bearer <token>'
{ "credits": 123 }
Get you current credits
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Was this page helpful?