List Voices
Utilities
List Voices
List available voices from a TTS provider with optional filtering
GET
List Voices
Documentation Index
Fetch the complete documentation index at: https://docs.eigi.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Retrieve available voices from a specific TTS provider. Use this endpoint to find the rightvoice_id for your agent’s TTS configuration.
Supports filtering by language, gender, model, and search terms.
Authentication
Your eigi.ai API key. Must be prefixed with
vk_.Query Parameters
Voice provider to query. One of:
CARTESIA, ELEVENLABS, SARVAM, GOOGLE, HUME.Page number (minimum: 1).
Items per page (minimum: 1, maximum: 100).
Filter by language code (e.g.,
en, hi, es).Filter by gender:
MALE, FEMALE, or NEUTRAL.Search by voice name.
Show only cloned (custom) voices.
Filter by model (e.g.,
bulbul:v2, bulbul:v3).Response
Array of voice objects, each containing:
id(string): Voice ID to use in TTS configname(string): Human-readable voice nameprovider(string): Provider namegender(string): Voice genderlanguage(string): Language codepreview_url(string): URL to preview the voice
Total number of voices matching the filters.
Current page number.
Number of items per page.
Whether more pages are available.
Authorizations
API key for authentication. Get your API key from the eigi.ai Dashboard under Settings → API Keys.
Query Parameters
Voice provider (CARTESIA, ELEVENLABS, SARVAM, GOOGLE, HUME)
Page number
Required range:
x >= 1Items per page (max: 100)
Required range:
1 <= x <= 100Filter by language code (e.g., en, hi, es)
Filter by gender
Available options:
MALE, FEMALE, NEUTRAL Search by voice name
Show only cloned voices
Filter by model (e.g., bulbul:v2)

