Skip to main content
GET
Get AI credit balance for the authenticated user.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

AI credit balance

free
number<double>
required

Free bucket balance (resets to 250 each month, unused expires).

free_micro
integer<int64>
required
mode
string
required
pro
number<double>
required

Pro bucket balance (active pro_managed gets +2000/month, rolls over).

pro_micro
integer<int64>
required
remaining
number<double>
required

Total spendable credits = free + pro.

remaining_micro
integer<int64>
required
total
number<double>
required

Credits granted this cycle (the monthly entitlement: 250 free, plus 2000 for an active pro_managed subscriber). May be below remaining when pro credits have rolled over from prior months.

total_micro
integer<int64>
required