Account
Check Credits
Read the remaining credit balance on your account.
GET
Returns the number of try-on credits left. Each generation
POST /try-on consumes 1 credit on success. Out-of-credits requests come back as 402 INSUFFICIENT_CREDITS.
Use this endpoint to surface balance in your own dashboards, or to fail fast in a worker before queueing a generation.
Response
Number of credits remaining on the account.
Top-ups
Top up and view transaction history from the Genlook dashboard. The public API doesn’t expose a programmatic top-up endpoint — credit purchases go through the dashboard checkout.See also
- Errors →
INSUFFICIENT_CREDITS— what/try-onreturns when the balance hits zero.

