Voice Library
Browse and filter 2,700+ pre-trained voices across 50+ languages.
Voice Library
Verbatik provides access to over 2,700 pre-trained voices across dozens of languages and dialects.
Voice Properties
Each voice has:
- A unique slug (e.g.,
jenny-en-us) used as the voice ID in API calls. - A display name (e.g., "Jenny").
- A language code (e.g.,
en-US) and language name. - A gender classification: Male, Female, or Neutral.
- A neural flag indicating higher-quality neural synthesis.
- Optional voice styles for voices that support multiple speaking styles.
Browsing Voices via the API
Query Parameters:
| Parameter | Type | Description |
|---|---|---|
language | string | Filter by language code (e.g., en-US, fr-FR). |
gender | string | Filter by gender: Male, Female, or Neutral. |
search | string | Search by voice name or language name. |
Example:
Response:
Supported Languages
| Language | Code Examples |
|---|---|
| English | en-US, en-GB, en-AU, en-IN |
| Spanish | es-ES, es-MX, es-AR |
| French | fr-FR, fr-CA |
| German | de-DE, de-AT |
| Italian | it-IT |
| Portuguese | pt-BR, pt-PT |
| Japanese | ja-JP |
| Korean | ko-KR |
| Chinese | zh-CN, zh-TW |
| Arabic | ar-SA, ar-EG |
| Russian | ru-RU |
| Dutch | nl-NL |
| And many more... |
Favorite Voices
You can mark voices as favorites in the dashboard for quick access. Favorites are saved per user and persist across sessions.
Using a Voice
Pass the voice slug as the X-Voice-ID header in your TTS requests:
If you don't specify a voice, the default voice (Jenny, English US) is used.
Voice Styles
Some voices (particularly neural voices) support multiple speaking styles listed in the styles field. Styles can include:
- Cheerful, Sad, Angry, Excited
- Friendly, Whispering
- And more, depending on the voice.
Style support varies by voice and provider.