Check your balance
Subscription credits are spent first; purchased credits are only used after the subscription bucket is empty.
Credit costs
Credits are debited at job submission. If a job fails, the cost is automatically refunded to your subscription bucket.
Monthly grants by plan
Grants are applied lazily on the first API call of each calendar month. The rollover rule caps your subscription balance at 2× your monthly grant — unused credits beyond that are not carried forward.
Buying credits
Purchase one-time credit packs from the Dashboard → Settings → Billing → Buy credits. Packs are available in four sizes:
Purchased credits appear in your balance immediately after checkout completes.
Insufficient credits
If your balance is below the cost of the job you’re submitting, the API returns:Transaction history
Retrieve a paginated ledger of all credit activity (grants, spends, purchases, refunds) from the dashboard billing page or via the REST API:kind values:
GET /billing/credits/history uses your dashboard session token (JWT), not an API token. It is not available on the /v1/ API surface because credit history is a billing concern, not a programmatic integration concern. Use GET /v1/me from your API token to read the current balance.