メインコンテンツへスキップ
GET
/
v1
/
credits
/
balance
クレジット残高を照会
curl --request GET \
  --url https://apiany.ai/v1/credits/balance \
  --header 'Authorization: Bearer <token>'
{
  "credits": 206353,
  "currency": "credits"
}

承認

Authorization
string
header
必須

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

レスポンス

クレジット残高。

credits
number
必須
:

206353

currency
string
必須
:

"credits"