AutomationFlowsAI & RAG › Create & Upload AI Videos to Youtube with Kling 2.5 & Auto-seo

Create & Upload AI Videos to Youtube with Kling 2.5 & Auto-seo

ByAri Nakos @just-aristides on n8n.io

An automated workflow for creating Kling 2.5 videos and posting them to YouTube.

Event trigger★★★★☆ complexityAI-powered14 nodesGoogle SheetsForm TriggerOutput Parser StructuredOpenRouter ChatAgentYouTubeHTTP RequestChain Llm
AI & RAG Trigger: Event Nodes: 14 Complexity: ★★★★☆ AI nodes: yes Added:

This workflow corresponds to n8n.io template #9099 — we link there as the canonical source.

This workflow follows the Agent → Chainllm recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "df5ad143-8a9a-4699-a754-98da57119851",
      "name": "Store Data",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        192,
        -80
      ],
      "parameters": {},
      "typeVersion": 4.5
    },
    {
      "id": "64bf7129-7362-4fde-b9fe-bb0c7372fdb5",
      "name": "Type Prompt",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -16,
        -384
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "31c263a0-be13-4b73-a389-02935290f442",
      "name": "Wait 5 mins",
      "type": "n8n-nodes-base.wait",
      "position": [
        400,
        -80
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "d229c0ff-cf0b-4155-ae54-8cbae96e8c6b",
      "name": "Structured Output",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        160,
        352
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "ccee2d23-842f-4d31-bb22-8ffd80f75646",
      "name": "AI Brain",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        -16,
        352
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "a3ae4f15-f99c-4757-ad48-9f9201a8628f",
      "name": "Get Keywords",
      "type": "n8n-nodes-base.code",
      "position": [
        400,
        192
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "2968a634-f503-4152-9e53-e4658f6dceb9",
      "name": "YT Video SEO",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "maxTries": 2,
      "position": [
        -16,
        192
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 1.9,
      "waitBetweenTries": 3000
    },
    {
      "id": "66799386-951e-4040-b055-7603ca194ed0",
      "name": "AI_Brain",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        208,
        -224
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c97694f0-ed32-4e16-a2a8-260fee0b79fa",
      "name": "Post on YouTube",
      "type": "n8n-nodes-base.youTube",
      "position": [
        400,
        528
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ed7b2cca-621e-4cbd-8e16-f470483e3701",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -592,
        -224
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c2fdb1b6-b64e-461c-bbff-c54a0df1104c",
      "name": "Fetch Video Credentials",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -16,
        528
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "0896fe33-5391-428e-9ab0-cd9265f6ebbf",
      "name": "Videography",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        272,
        -384
      ],
      "parameters": {},
      "typeVersion": 1.6
    },
    {
      "id": "7fa29003-b959-4903-9193-d8473cab500c",
      "name": "Download Video",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        192,
        528
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "20f44050-43ce-4749-a7df-b1807f09cb25",
      "name": "Make FAL.AI Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -16,
        -80
      ],
      "parameters": {},
      "typeVersion": 4
    }
  ],
  "connections": {
    "AI Brain": {
      "ai_languageModel": [
        [
          {
            "node": "YT Video SEO",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "AI_Brain": {
      "ai_languageModel": [
        [
          {
            "node": "Videography",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Store Data": {
      "main": [
        [
          {
            "node": "Wait 5 mins",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Type Prompt": {
      "main": [
        [
          {
            "node": "Videography",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Videography": {
      "main": [
        [
          {
            "node": "Make FAL.AI Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait 5 mins": {
      "main": [
        [
          {
            "node": "YT Video SEO",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Keywords": {
      "main": [
        [
          {
            "node": "Fetch Video Credentials",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "YT Video SEO": {
      "main": [
        [
          {
            "node": "Get Keywords",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download Video": {
      "main": [
        [
          {
            "node": "Post on YouTube",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Post on YouTube": {
      "main": [
        []
      ]
    },
    "Structured Output": {
      "ai_outputParser": [
        [
          {
            "node": "YT Video SEO",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Make FAL.AI Request": {
      "main": [
        [
          {
            "node": "Store Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Video Credentials": {
      "main": [
        [
          {
            "node": "Download Video",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

An automated workflow for creating Kling 2.5 videos and posting them to YouTube.

Source: https://n8n.io/workflows/9099/ — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

Deep Research new (fr). Uses outputParserStructured, formTrigger, chainLlm, form. Event-driven trigger; 82 nodes.

Output Parser Structured, Form Trigger, Chain Llm +8
AI & RAG

🧠 Automate end-to-end SEO blog creation and WordPress publishing using a GPT-5 multi-agent workflow with real-time research, metadata generation, and optional featured images.

Output Parser Structured, HTTP Request, OpenAI +10
AI & RAG

YouTube Strategist. Uses formTrigger, splitOut, splitInBatches, agent. Event-driven trigger; 50 nodes.

Form Trigger, Agent, OpenRouter Chat +5
AI & RAG

This advanced multi-phase n8n workflow automates the complete research, analysis, and ideation pipeline for a YouTube strategist. It scrapes competitor channels, analyzes top-performing titles and thu

Form Trigger, Agent, OpenRouter Chat +5
AI & RAG

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

HTTP Request, Google Sheets, OpenRouter Chat +5