Get prepaid balance
Models & pricing
Get prepaid balance
Return the authenticated user’s prepaid balance. balance_cents is for display;
balance_microcents is the exact billing unit. Inference can return 402 when
billing denies a request.
GET
Get prepaid balance
Authorizations
Every public HTTP request requires Authorization: Bearer <api_key>, except
GET /models and the public /billing/pricing endpoints.
401means the key is missing, unknown, or revoked.403means the key is valid but cannot access the requested resource.- The publish token returned by
POST /streamsis only for publishing media to LiveKit. It does not replace the API key for HTTP calls.