Check credit balance
GET/api/v2/credits
Returns the total credits currently available to the user who owns the API key. This is a synchronous, read-only endpoint. It does not create a job or consume credits.
Example request
cURLcurl "https://revor.ai/api/v2/credits" \ -H "Authorization: Bearer sk-revor-REPLACE_ME"
Example response
JSON{ "ok": true, "request_id": "req_xxx", "available_credits": 1280, "as_of": "2026-08-25T08:00:00.000Z" }
Response fields
available_credits already accounts for credit groups, expiration dates, subscription status, and related rules. Clients should not calculate a replacement value by summing credit transactions.