Eleven Labs

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

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

hi @Gabriel.Bendo

Welcome to the community! Can you share the workflow you’re working on so the community can try to assist?