get https://api.heygen.com/v2/user/remaining_quota
This endpoint returns the remaining api quota for the currently authenticated user. To convert quota to credits, divide the number of quota by 60.
Response Body
Field | Type | Description |
---|---|---|
remaining_quota | Integar | The number of remaining quota available for the user. To convert to credits, divide by 60 . |
details | Dict | All quota details including grandfathered interactive quotas. |