Seedance 2.0 Mini is live on viddly.io — video from $0.045/second 🚀
viddly.ioAI Model Gateway
API Market
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

NameTypeDefaultDescription
text*textWhat should be spoken.
voice_idstringA stock or cloned voice id.
stabilitynumber0.5Lower is more expressive, higher is more consistent.
formatenummp3 | wav | pcmmp3Output audio format.

Similar models