Transformation sequence: human morphing into a werewolf with...
Transformation sequence: human morphing into a werewolf with bone-cracking, fur growing, and bestial roar
View API Code
curl -X POST https://runapi.ai/api/v1/elevenlabs/text_to_sound \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "sound-effect-v2",
"text": "Transformation sequence: human morphing into a werewolf with bone-cracking, fur growing, and bestial roar"
}
JSON