Get TTS Voices
Text-to-Speech
Get TTS Voices
Retrieve a list of available voices for text-to-speech generation.
Returns all predefined voices (ElevenLabs and OpenAI) and optionally the user’s custom cloned voices.
Filtering:
- Filter by language using the
languagequery parameter - Filter by accent using the
accentquery parameter - Both filters can be used together
Authentication:
- Optional: Endpoint works without authentication for public voices
- Required for custom voices: Include
x-api-keyheader
GET
Get TTS Voices
Authorizations
API key for authentication. Get yours at https://easy-peasy.ai/settings/api
Headers
Your API key (optional, required for custom voices)
Query Parameters
Filter voices by language (e.g., "English", "Spanish", "French")
Filter voices by accent (e.g., "American", "British", "Australian")
Include user's custom cloned voices in the response (requires authentication)
