- Endpoint:
GET https://api.heygen.com/v3/users/me - Purpose: Returns the authenticated user’s profile, remaining credits or balance, and billing details. Use this to check your account status or remaining quota before making API calls.
Authentication
Quick Example
Response
Response Fields
Billing Types
Thebilling_type field tells you which of the three billing objects to read. Only one is populated at a time.
Wallet (billing_type: "wallet") — Prepaid balance, typically for API key auth.
Subscription (
billing_type: "subscription") — Per-pool credit balances for web-plan subscriptions.
Usage-based (
billing_type: "usage_based") — Metered billing with optional spending cap.

