Voice Design
Create a custom voice from a text description instead of an audio sample.
Voice Design
Create a custom voice from a text description instead of an audio sample. Describe the voice characteristics you want, and Verbatik generates a unique voice for speech synthesis.
When to Use Voice Design
- You want a specific voice character but don't have a reference recording.
- You need to quickly prototype different voice styles.
- You want to create fictional or branded voice personas.
Endpoint
Request
Headers:
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer YOUR_API_KEY |
Content-Type | Yes | application/json |
Body:
| Field | Required | Type | Description |
|---|---|---|---|
prompt | Yes | string | Text description of the desired voice. Be specific about gender, age, accent, tone, and personality. |
name | No | string | Name for the designed voice. Auto-generated if not provided. |
preview_text | No | string | Custom text for the preview audio (max 500 characters). |
Response
Pricing
$3.00 per voice.
Using a Designed Voice
Once created, a designed voice works exactly like a cloned voice. Use it with the Voice Cloning TTS endpoint:
All voice settings (speed, pitch, emotion, etc.) from the Voice Cloning guide are available.
Tips for Better Voice Descriptions
The more specific your prompt, the better the result:
- Specify gender and age range — "A young male voice in his early 20s"
- Describe the tone — "Warm and reassuring" or "energetic and enthusiastic"
- Mention accent or dialect — "American Southern accent" or "Standard British English"
- Reference a speaking style — "Like a podcast host" or "like a bedtime story narrator"
- Include personality traits — "Confident and authoritative" or "gentle and calming"
Example prompts:
- "A deep, authoritative male voice with an American accent. He sounds like a documentary narrator — calm, measured, and trustworthy."
- "A cheerful young woman with a slight Australian accent. She sounds like a friendly customer service representative."
- "An elderly gentleman with a warm, grandfatherly tone. He speaks slowly and deliberately, with a hint of a Scottish accent."
Managing Designed Voices
Designed voices appear in your cloned voices list alongside voices created from audio samples:
- View them via
GET /api/v1/my-voices - Use them for TTS via
POST /api/v1/voice-cloning - Delete them from the dashboard
Designed voices follow the same 7-day inactivity expiration policy as cloned voices.