Documentation Index
Fetch the complete documentation index at: https://elevenlabs8.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Get Voices
Retrieve a list of all available voices.Response
Get Voice
Retrieve details of a specific voice.Response
Voice Properties
| Property | Type | Description |
|---|---|---|
voice_id | string | Unique voice identifier |
name | string | Voice name |
samples | array | Voice sample files |
category | string | Voice category (generated, cloned, etc.) |
fine_tuning | object | Fine-tuning configuration |
labels | object | Voice labels and metadata |
description | string | Voice description |
preview_url | string | URL to voice preview |
available_for_tiers | array | Available subscription tiers |
settings | object | Voice generation settings |
sharing | object | Sharing and public settings |
high_quality_base_model_ids | array | Supported high-quality models |
verified_languages | array | Verified language support |
safety_control | string | Safety control level |
voice_verification | object | Voice verification status |
permission_on_resource | string | User permissions |
is_owner | boolean | Whether user owns the voice |
is_legacy | boolean | Whether voice is legacy |
is_mixed | boolean | Whether voice is mixed |
created_at_unix | integer | Creation timestamp |
Voice Settings
| Setting | Type | Range | Description |
|---|---|---|---|
stability | float | 0.0 - 1.0 | Controls voice consistency |
use_speaker_boost | boolean | - | Enhances speaker clarity |
similarity_boost | float | 0.0 - 1.0 | Controls voice similarity to original |
style | float | 0.0 - 1.0 | Controls speaking style |
speed | float | 0.25 - 4.0 | Controls speaking speed |