API Market



Google
ElevenLabs
ElevenLabs v3 API
Lifelike speech in 70+ languages
Text to speech with emotional direction, plus instant voice cloning from a 30-second sample.
Text to speechVoice cloning70+ languagesStreaming
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": "elevenlabs-v3",
"text": "a lighthouse in a storm, drone orbit, dusk",
"stability": 0.5,
"format": "mp3"
}'Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| text* | text | — | What should be spoken. |
| voice_id | string | — | A stock or cloned voice id. |
| stability | number | 0.5 | Lower is more expressive, higher is more consistent. |
| format | enummp3 | wav | pcm | mp3 | Output audio format. |
Similar models
SunoPopular
Suno
Suno v5
Text to Music
Full songs with vocals from a prompt
Try it$0.850 / track~60s
ElevenLabsBest price
ElevenLabs
ElevenLabs Scribe
Speech to Text
Transcription with speaker labels
Try it$0.010 / minute of audio~3s
GoogleNew
Gemini 3 Flash TTS
Text to Speech
Expressive multi-speaker narration
Try it$0.020 / 1K characters~2s


