AI & Automation
Generated in 8.85s
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.
Prompt
يتكون التدفق من عقد للتعامل مع الإدخال والاتصال بـ Gemini API ومعالجة المخرج. استخدم Manual Trigger للبدء، Set node لتحديد النص، HTTP Request لإرسال الطلب إلى Gemini API، وSet node آخر لاستخراج النص من الرد.
English: The workflow consists of nodes for handling input, connecting to Gemini API, and processing output. Use Manual Trigger to start, Set node to define prompt text, HTTP Request to send request to Gemini API, and another Set node to extract text from response.
Generated Workflow
Loading workflow preview...
n8nworkflowgeminigoogleaiapitext-generation
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.
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.