Skip to main content
GET
/
v1
/
credits
/
balance
Get credit balance
curl --request GET \
  --url https://api.apiany.ai/v1/credits/balance \
  --header 'Authorization: Bearer <token>'
{
  "credits": 206353,
  "currency": "credits"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Credit balance.

credits
number
required
Example:

206353

currency
string
required
Example:

"credits"