跳转到主要内容
GET
/
v1
/
credits
/
balance
查询积分余额
curl --request GET \
  --url https://api.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"