Account & Common
Check your balance
On this page
GET /api/v1/credits
Returns your current credit balance — useful for showing it in your own UI or gating requests before you submit them.
bash
curl https://you.bot/api/v1/credits \
-H "Authorization: Bearer $YOUBOT_API_KEY"json
{ "credits": 4820 }