API Market



GoogleNew
Gemini 3 Flash TTS API
Expressive multi-speaker narration
Directable tone, emotion and pacing, with multi-speaker dialogue in a single call.
Text to speechMulti-speakerEmotion control
Quickstart
Authenticate with a bearer token from your dashboard, then POST the request below.
curl -X POST https://api.viddly.io/v1/audio/generations \
-H "Authorization: Bearer $VIDDLY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-3-flash-tts",
"text": "a lighthouse in a storm, drone orbit, dusk"
}'Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| text* | text | — | Script to narrate. Supports speaker tags. |
| voice | string | — | Named preset voice. |
| style | string | — | Direction, e.g. 'warm, unhurried documentary narration'. |
Similar models
SunoPopular
Suno
Suno v5
Text to Music
Full songs with vocals from a prompt
Try it$0.850 / track~60s
ElevenLabs
ElevenLabs
ElevenLabs v3
Text to SpeechVoice Cloning
Lifelike speech in 70+ languages
Try it$0.045 / 1K characters~2s
ElevenLabsBest price
ElevenLabs
ElevenLabs Scribe
Speech to Text
Transcription with speaker labels
Try it$0.010 / minute of audio~3s


