Loading...
ElevenLabs Voice Clone API
Use an audio clip to create a new Voice.
Endpoint
POST https://api.hedra.com/v3/models/elevenlabs-voice-clone
Example request
curl -X POST "https://api.hedra.com/v3/models/elevenlabs-voice-clone" \
-H "Authorization: Key $HEDRA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input": {"prompt": "a cinematic shot of a city at dusk"}}'Parameters
- audiorequired
Speech sample of the voice to clone. Longer, cleaner samples of a single speaker clone better. At most 104.8 MB.
- namestringrequired
Name for the created voice. Shown wherever the voice is listed; it does not affect how the voice sounds. At least 1 character.