Overview
Theuser client provides methods to retrieve information about your ElevenLabs account, including subscription details and usage limits.
get()
Retrieve information about the authenticated user.Method Signature
Parameters
RequestOptions
Request-specific configuration.
Returns
User object containing:
object
Information about your current subscription plan
bool
Whether this is a new user account
str
Your API key (redacted in response)
Example
Example Output
subscription
Access subscription-specific methods.subscription.get()
Get detailed subscription information.Async Usage
Use Cases
Usage Monitoring
Monitor your character usage and remaining quota
Feature Detection
Check which features are available in your plan
Billing Information
View subscription tier and renewal dates
Limit Management
Track voice limits and usage counters