AI & Automation
Generated in 6.20s
Multi-Provider Text-to-Speech Service
Webhook-based TTS service supporting Azure Speech, OpenAI TTS, and ElevenLabs. Switch between providers dynamically based on request parameters.
Prompt
Você é um especialista em n8n. Gere um workflow JSON que implementa um serviço de Text-to-Speech (TTS) com três fornecedores: Azure Speech, OpenAI TTS e ElevenLabs. Use webhook para receber requisições e switch node para rotear entre provedores.
English: You are an n8n expert. Generate a workflow JSON that implements a Text-to-Speech (TTS) service with three providers: Azure Speech, OpenAI TTS and ElevenLabs. Use webhook to receive requests and switch node to route between providers.
Generated Workflow
Loading workflow preview...
n8nworkflowttstext-to-speechazureopenaielevenlabsapi
More AI & Automation Templates
n8nBuilder API Integration Example
Demonstrates how to use the n8nBuilder.dev API to generate n8n workflows programmatically. Send a natural language query and receive a complete workflow JSON with 60 second timeout configuration.
Available in extension v1.0.7+. After logging in, navigate to Account → API to get your API credentials.
Website Scraper with AI Q&A Chatbot
Scrape website content daily, store in structured format, and provide an AI chatbot interface for answering questions about the scraped content.
Google Gemini API Integration
Connect to Google Gemini API for AI text generation. Set prompt, call API with proper authentication, and extract the generated response for further processing.