🎬 Create AI nature videos with Sora 2 (Kie AI), Gemini, and send to Telegram

1,319 views · 🎬 Content Creation & Video

Description

Generate stunning 10-second AI-crafted nature stock videos on autopilot and deliver them straight to your Telegram chat—perfect for content creators seeking effortless inspiration without the hassle of manual prompting or editing.

📋 What This Template Does

This workflow automates the creation and delivery of high-quality, 10-second nature-themed videos using AI generation tools. Triggered on a schedule, it leverages Google Gemini to craft precise video prompts, submits them to the Kie AI API for video synthesis, polls for completion, downloads the result, and sends it via Telegram.

🔧 Prerequisites

🔑 Required Credentials

Google Gemini API Setup

  1. Go to aistudio.google.com → Create API key.
  2. Ensure the key has access to Gemini 1.5 Flash or Pro models.
  3. Add to n8n as “Google Gemini API” credential type.

Kie AI API Setup

  1. Sign up at kie.ai → Dashboard → API Keys.
  2. Generate a new API key with video generation permissions (sora-2-text-to-video model).
  3. Add to n8n as “HTTP Header Auth” credential (header: Authorization, value: Bearer [Your API Key]).

Telegram Bot API Setup

  1. Create a bot via @BotFather on Telegram → Get API token.
  2. Note your target chat ID (use @userinfobot for personal chats).
  3. Add to n8n as “Telegram API” credential type.

⚙️ Configuration Steps

  1. Import the workflow JSON into your n8n instance.
  2. Assign the required credentials to the Gemini, Kie AI, and Telegram nodes.
  3. Update the Telegram node’s chat ID with your target chat (e.g., personal or group).
  4. Adjust the Schedule Trigger interval (e.g., daily at 9 AM) via node settings.
  5. Activate the workflow and monitor the first execution for video delivery.

🎯 Use Cases

⚠️ Troubleshooting

🔗 Nodes Used

HTTP Request, Telegram, Schedule Trigger, Basic LLM Chain, Google Gemini Chat Model

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup