v1

latestOpenAPI 3.1.0Proprietary2026-08-0462327.3 KB
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"
  }
}