Balance
Fetch the authenticated user's credit balance
Returns the current credit balance for the authenticated account. This endpoint does not consume credits.
get/balance
Response
Balance found
Example response
{
"balance": {
"credits": 20,
"subscriptionCredits": 12,
"bundleCredits": 8,
"monthlyCreditLimit": 100,
"monthlyCreditsRenewAt": "2026-06-11T10:00:00.000Z"
}
}