In my HTTP request to ElevenLabs, it takes the previous text to convert into audio, but the generated audio is empty, even though the output still includes the text.
My JSON
{
“text”:“‘{{$(‘IF-ElevenLabs’).item.json.output?.replaceAll(’”‘,“”).replaceAll(’\n’,‘’).replaceAll(‘*’,‘’).replaceAll(‘-’,‘’).replaceAll(‘:00’,’ horas ‘) }}’",
“model_id”:“eleven_multilingual_v2”,
“voice_settings”:{
“stability”:0.5,
“similarity_boost”:0.8,
“style”:0.0,
“use_speaker_boost”:true
}
}
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: Supabase, Redis):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Digital Ocean):
- Operating system Windows