Zum Hauptinhalt springen
GET
/
v1
/
credits
/
balance
Guthabensaldo abfragen
curl --request GET \
  --url https://apiany.ai/v1/credits/balance \
  --header 'Authorization: Bearer <token>'
{
  "credits": 206353,
  "currency": "credits"
}

Autorisierungen

Authorization
string
header
erforderlich

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

Antwort

Guthabensaldo.

credits
number
erforderlich
Beispiel:

206353

currency
string
erforderlich
Beispiel:

"credits"