Intelliverse

Credits API

Check any app wallet's balance programmatically.

Get a balance

GET/v1/credits?app_id={app_id}
Parameters
NameTypeDescription
app_idRequiredstringThe app whose wallet balance to return.
Shell
curl "https://router-api.intelli-verse-x.ai/v1/credits?app_id=APP_ID" \
  -H "Authorization: Bearer $INTELLIVERSE_API_KEY"

Per-response usage headers

You rarely need to poll: every chat response already reports x-iv-credits-spent and x-iv-credits-remaining headers, and media job objects include held and settled amounts. See Credits & billing for how grants, top-ups, and overage interact.

Did this doc help you?
Help us improve these docs