Skip to main content

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

Workflow preview

Workflow preview
100%
Create AI nature videos with Sora 2 (Kie AI), Gemini, and send to Telegram preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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 hassl...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.httprequest, n8n-nodes-base.wait, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.telegram, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Daniel Nkencho.

Original n8n.io source

1.1 Workflow description

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

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.

  • Dynamically generates varied nature scenes (e.g., misty forests, ocean sunsets) with professional cinematography specs.
  • Handles asynchronous video processing with webhook callbacks for efficiency.
  • Ensures commercial-ready outputs: watermark-free, portrait aspect, natural ambient audio.
  • Customizable schedule for daily/weekly bursts of creative B-roll footage.

🔧 Prerequisites

  • n8n instance with HTTP Request and LangChain nodes enabled.
  • Google Gemini API access for prompt generation.
  • Kie AI API account for video creation (supports Sora-like text-to-video models).
  • Telegram Bot setup for message delivery.

🔑 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

  • Content creators automating daily social media B-roll: Generate fresh nature clips for Instagram Reels or YouTube intros without filming.
  • Marketing teams sourcing versatile stock footage: Quickly produce themed videos for campaigns, like serene landscapes for wellness brands.
  • Educational bots for classrooms: Deliver randomized nature videos to Telegram groups for biology lessons on ecosystems and wildlife.
  • Personal productivity: Schedule motivational nature escapes to your chat for remote workers needing quick digital breaks.

⚠️ Troubleshooting

  • Video generation fails with quota error: Check Kie AI dashboard for usage limits and upgrade plan if needed.
  • Prompt output too generic: Tweak the Video Prompting Agent's system prompt for more specificity (e.g., add seasonal themes).
  • Telegram send error: Verify bot token and chat ID; test with a simple message node first.
  • Webhook callback timeout: Ensure n8n production URL is publicly accessible; use ngrok for local testing.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - Generate Video Prompt

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 3 - Submit Video Generation

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 4 - Await Video Completion

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 5 - Poll Video Status

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 6 - Download Generated Video

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 7 - Gemini Prompt Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 8 - Deliver Video to Telegram

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 9 - Note: API Submission

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Note: Webhook Wait

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Note: Telegram Delivery

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Overview Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Note: Prompt Generation1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Create AI nature videos with Sora 2 (Kie AI), Gemini, and send to Telegram
Complexity intermediate
Nodes 13
Categories Content Creation, Multimodal AI
Author Daniel Nkencho
Published 31 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10371/10371.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Create AI nature videos with Sora 2 (Kie AI), Gemini, and send to Telegram do?

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 hassl...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.