v5
latestOpenAPI 3.1.02026-08-043621,4011.8 MBGet Voices
Retrieves a list of shared voices.
Query parameters
How many shared voices to return at maximum. Can not exceed 100, defaults to 30.
How many shared voices to return at maximum. Can not exceed 100, defaults to 30.
Voice category used for filtering
Voice category used for filtering
Gender used for filtering
Gender used for filtering
Age used for filtering
Age used for filtering
Accent used for filtering
Accent used for filtering
Language used for filtering
Language used for filtering
Locale used for filtering
Locale used for filtering
Search term used for filtering
Search term used for filtering
Use-case used for filtering
Use-case used for filtering
Search term used for filtering
Search term used for filtering
Filter featured voices
Filter featured voices
Filter voices with a minimum notice period of the given number of days.
Filter voices with a minimum notice period of the given number of days.
Include/exclude voices with custom rates
Include/exclude voices with custom rates
Include/exclude voices that are live moderated
Include/exclude voices that are live moderated
Filter voices that are enabled for the reader app
Filter voices that are enabled for the reader app
Filter voices by public owner ID
Filter voices by public owner ID
Sort criteria. Must be one of: created_date, usage_character_count_1y, trending, cloned_by_count.
Sort criteria. Must be one of: created_date, usage_character_count_1y, trending, cloned_by_count.
Headers
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Example response
{
"has_more": false,
"total_count": 0,
"voices": [
{
"accent": "american",
"age": "young",
"category": "professional",
"cloned_by_count": 11,
"date_unix": 1714423232,
"description": "Perfectly calm, neutral and strong voice. Great for a young female protagonist.",
"descriptive": "calm",
"featured": false,
"free_users_allowed": true,
"gender": "Female",
"language": "en",
"live_moderation_enabled": false,
"name": "Alita",
"play_api_usage_character_count_1y": 12852,
"preview_url": "https://storage.googleapis.com/eleven-public-prod/wqkMCd9huxXHX1dy5mLJn4QEQHj1/voices/sB1b5zUrxQVAFl2PhZFp/55e71aac-5cb7-4b3d-8241-429388160509.mp3",
"public_owner_id": "63e84100a6bf7874ba37a1bab9a31828a379ec94b891b401653b655c5110880f",
"rate": 1,
"usage_character_count_1y": 12852,
"usage_character_count_7d": 12852,
"use_case": "characters_animation",
"verified_languages": [
{
"accent": "american",
"language": "en",
"locale": "en-US",
"model_id": "eleven_multilingual_v2",
"preview_url": "https://storage.googleapis.com/eleven-public-prod/wqkMCd9huxXHX1dy5mLJn4QEQHj1/voices/sB1b5zUrxQVAFl2PhZFp/55e71aac-5cb7-4b3d-8241-429388160509.mp3"
}
],
"voice_id": "sB1b5zUrxQVAFl2PhZFp"
}
]
}