Skip to main content
GET
/
api-user
/
credits
查询当前积分余额
curl --request GET \
  --url https://dk.mountsea.ai/api-user/credits \
  --header 'X-API-Key: <api-key>'

Response Example

{
  "credits": 10000
}
FieldTypeDescription
creditsnumberCurrent credits balance
Use this endpoint to monitor your credits balance and set up alerts when it falls below a threshold.

Authorizations

X-API-Key
string
header
required

Response

200 - application/json