cURL
curl --request GET \ --url https://riona.ai/api/1.1/wf/account-credits-balance \ --header 'Authorization: Bearer <token>'
{ "status": { "code": 200, "message": "OK" }, "credits_balance_total": 4868, "credits_balance_plan": 4868, "credits_balance_extra": 0 }
Get the remaining balance of your account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
This is your account API Key. You can easily locate it in your account dashboard.
OK