Get prepaid balance
Models & pricing
Get prepaid balance
Return the authenticated user’s prepaid balance, with balance_cents for display and balance_microcents as the exact billing unit.
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.