{
  "name": "Transform text into AI videos with Google Veo3, Leonardo.ai and Claude 4",
  "nodes": [
    {
      "id": "d8b07121-0489-4108-b4e9-67064ea1ada6",
      "name": "Leo - Get videoId",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        780,
        0
      ]
    },
    {
      "id": "9f3701b6-e83e-4547-baf8-1668d36dd5ee",
      "name": "Video URL",
      "type": "n8n-nodes-base.set",
      "position": [
        980,
        0
      ]
    },
    {
      "id": "c03162bf-cfae-44ab-b8a1-fccb36e6ec29",
      "name": "Download Video",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1180,
        0
      ]
    },
    {
      "id": "9fdc1a99-5401-4ac1-9c59-aa7db7509073",
      "name": "UPLOAD VIDEO",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1380,
        0
      ]
    },
    {
      "id": "9e49d944-0bb8-46a3-8542-9afa0bb0c814",
      "name": "Anthropic Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "position": [
        20,
        200
      ]
    },
    {
      "id": "0424f949-1323-499b-8ef0-be5be399e2ca",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -380,
        0
      ]
    },
    {
      "id": "214d7980-7fdc-4aa7-87fe-d9fa7f18c3f0",
      "name": "LEO - Generate Text to Motion",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        380,
        0
      ]
    },
    {
      "id": "8f2aed61-2a5e-4ae0-9fa7-1a8e7c3a1eef",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        580,
        0
      ]
    },
    {
      "id": "2bd86ec9-503f-48f9-b18e-a5c34bf33071",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        500,
        -80
      ],
      "parameters": {
        "width": 260,
        "height": 100,
        "content": "## 4 mins... Be Patient!"
      }
    },
    {
      "id": "fe49079b-8bf3-4351-a063-738258466b92",
      "name": "Wikipedia",
      "type": "@n8n/n8n-nodes-langchain.toolWikipedia",
      "position": [
        200,
        200
      ]
    },
    {
      "id": "4dc370ae-d80a-49cc-9df3-9403030eb681",
      "name": "Veo3 Video Prompt Generator",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        20,
        0
      ]
    },
    {
      "id": "d36a7c03-33c1-4d8e-9ad6-ebc1562a079f",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -80
      ],
      "parameters": {
        "width": 380,
        "height": 100,
        "content": "## 1500 Character Limit for Prompt due to Leo API limits"
      }
    },
    {
      "id": "9cdd3024-1858-4521-a1d1-2c2a4a17dff6",
      "name": "Video Context",
      "type": "n8n-nodes-base.set",
      "position": [
        -180,
        0
      ]
    },
    {
      "id": "a2088c8f-8476-4c2f-8249-f7f9b0f2170b",
      "name": "Sticky Note10",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -840,
        300
      ],
      "parameters": {
        "width": 380,
        "height": 260,
        "content": "## Creative Commons License\n*License*: **Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International ** (CC BY-NC-SA 4.0)\n\n*Author*: **AlexK1919**\nYou are free to use, adapt, and share thi"
      }
    },
    {
      "id": "abd5b4a0-bb15-429b-8071-f6d306f2fbd5",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -840,
        -100
      ],
      "parameters": {
        "width": 380,
        "height": 380,
        "content": "# AlexK1919 \n\n#### I’m Alex Kim, an AI-Native Workflow Automation Architect, n8n Ambassador and Verified Partner. Founder @ [WotAI](https://wotai.co)\n\n### About Me\nhttps://alexk1919.com\n\n### Product U"
      }
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "Leo - Get videoId",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Video URL": {
      "main": [
        [
          {
            "node": "Download Video",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wikipedia": {
      "ai_tool": [
        [
          {
            "node": "Veo3 Video Prompt Generator",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Video Context": {
      "main": [
        [
          {
            "node": "Veo3 Video Prompt Generator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download Video": {
      "main": [
        [
          {
            "node": "UPLOAD VIDEO",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Leo - Get videoId": {
      "main": [
        [
          {
            "node": "Video URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Anthropic Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Veo3 Video Prompt Generator",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Veo3 Video Prompt Generator": {
      "main": [
        [
          {
            "node": "LEO - Generate Text to Motion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "LEO - Generate Text to Motion": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Video Context",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}