Returns the team’s credit balance broken down into total credits, held_credits (locked against pending generations under D6 charge-on-success), and available_credits = credits − held_credits. New POST /v1/images checks against available_credits and returns 402 invalid_request / balance_too_low if insufficient. Holds are released back to the available balance when a generation fails, is cancelled, expires, or is moderation_rejected; they commit (debiting credits) when a generation succeeds.
Documentation Index
Fetch the complete documentation index at: https://docs.aurous-labs.com/llms.txt
Use this file to discover all available pages before exploring further.
Your team API key (starts with al_live_ — legacy keys may start with og_).
Optional API version pin (YYYY-MM-DD). Defaults to your team's pinned version, or the system default 2026-05-15 for unauthenticated requests.
^\d{4}-\d{2}-\d{2}$"2026-05-15"
Current credit balance trio
Total credits on the team (sum of available + held).
1023.49
Credits currently held against pending generations (D6: charge-on-success). Released back to the available balance when the generation fails, is cancelled, expires, or is moderation_rejected.
4
Spendable balance — credits − held_credits. New POST /v1/images checks against this value and returns 402 invalid_request / balance_too_low if insufficient.
1019.49
Currency identifier; always "credit" today. Reserved for future fiat reporting.
credit "credit"