Models

Loading...

ElevenLabs Multilingual V2 API

Endpoint

POST https://api.hedra.com/v3/models/elevenlabs-multilingual-v2

Example request

curl -X POST "https://api.hedra.com/v3/models/elevenlabs-multilingual-v2" \
  -H "Authorization: Key $HEDRA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input": {"prompt": "a cinematic shot of a city at dusk"}}'

Parameters

textstringrequired

Generation prompt. At most 10000 characters.

stabilitynumber

Voice stability. Higher values give a steadier, more consistent delivery; lower values allow more expressive variation between generations. From 0 to 1.

speednumber

Speech rate multiplier; 1.0 is the voice's natural pace. From 0.7 to 1.2.

languagestring

Language code; 'auto' by default.

voice_idstringrequired

Voice to speak with (`voice_<uuid>`). List valid voices at GET /v3/models/elevenlabs-multilingual-v2/voices.