List voices
Voices
List voices
GET
List voices
Query Parameters
TTS provider to filter by (required).
Example:
"elevenlabs"
Full-text search against voice name and description (case-insensitive).
Example:
"warm"
Filter by language code, e.g. "en".
Example:
"en"
Filter by gender: "male", "female", or "neutral".
Example:
"female"
Filter by accent, e.g. "American", "British".
Example:
"American"
Filter by age: "young", "middle_aged", or "old".
Example:
"young"
Filter by category, e.g. "conversational", "narrative_story".
Example:
"conversational"
Base64-encoded pagination cursor returned by the previous page.
Example:
"MzA="
Number of voices per page. Default 30, max 100.
Required range:
1 <= x <= 100Example:
30