API Reference
Returns the current AI credit balance including monthly and permanent pools.
Authorization
ApiKeyAuth Authorization<token>
Use Bearer br_live_....
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/credits/balance"{ "monthly": { "used": 0, "limit": 0, "remaining": 0 }, "permanent": { "remaining": 0 }, "total": 0}