Credits
Get credit summary
Returns balances, tier, reset time, and low-credit flags for the current user.
POST
Body
application/json
The body is of type any.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"dailyBalance": 250,
"bonusBalance": 250,
"totalBalance": 250,
"tier": "FREE",
"dailyGrant": 250,
"resetsAt": "2026-01-02T00:00:00.000Z",
"isLow": true,
"isUnlimited": true
}{
"defined": true,
"code": "UNAUTHORIZED",
"status": 401,
"message": "Authentication is required to access this endpoint.",
"data": "<unknown>"
}Returns balances, tier, reset time, and low-credit flags for the current user.
{
"dailyBalance": 250,
"bonusBalance": 250,
"totalBalance": 250,
"tier": "FREE",
"dailyGrant": 250,
"resetsAt": "2026-01-02T00:00:00.000Z",
"isLow": true,
"isUnlimited": true
}{
"defined": true,
"code": "UNAUTHORIZED",
"status": 401,
"message": "Authentication is required to access this endpoint.",
"data": "<unknown>"
}The body is of type any.