GET
/
v1
/
user
curl --request GET \
  --url https://api.elevenlabs.io/v1/user
{
  "subscription": {
    "tier": "<string>",
    "character_count": 123,
    "character_limit": 123,
    "can_extend_character_limit": true,
    "allowed_to_extend_character_limit": true,
    "next_character_count_reset_unix": 123,
    "voice_limit": 123,
    "max_voice_add_edits": 123,
    "voice_add_edit_counter": 123,
    "professional_voice_limit": 123,
    "can_extend_voice_limit": true,
    "can_use_instant_voice_cloning": true,
    "can_use_professional_voice_cloning": true,
    "currency": "usd",
    "status": "trialing",
    "billing_period": "monthly_period",
    "character_refresh_period": "monthly_period"
  },
  "is_new_user": true,
  "xi_api_key": "<string>",
  "can_use_delayed_payment_methods": true,
  "is_onboarding_completed": true,
  "is_onboarding_checklist_completed": true,
  "first_name": "<string>"
}

Headers

xi-api-key
string

Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.

Response

200 - application/json
subscription
object
required
is_new_user
boolean
required
xi_api_key
string
required
can_use_delayed_payment_methods
boolean
required
is_onboarding_completed
boolean
required
is_onboarding_checklist_completed
boolean
required
first_name
string