{
  "name": "VEO3 video generator with AI optimization and Google Drive storage",
  "nodes": [
    {
      "id": "62e94b7e-b516-4cba-8a00-8179e743520f",
      "name": "Anthropic Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "position": [
        -52,
        370
      ]
    },
    {
      "id": "78444fe1-3289-4f2a-871b-03908ba47553",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        68,
        370
      ]
    },
    {
      "id": "6b7fa224-d30c-4acc-84ee-c458c20f2c89",
      "name": "Video Prompt Generator",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -80,
        150
      ]
    },
    {
      "id": "5791f2ee-9e4f-4eae-832f-42b091e6e118",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        1616,
        150
      ]
    },
    {
      "id": "2b7ed2cc-bd91-48f1-b2aa-1b77ea4350ae",
      "name": "Create VEO3 Video",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        296,
        75
      ]
    },
    {
      "id": "997b17c4-5e3c-48fa-8008-e44ead3556c2",
      "name": "Wait 30 seconds",
      "type": "n8n-nodes-base.wait",
      "position": [
        516,
        75
      ]
    },
    {
      "id": "2e94296b-5207-43a8-afe7-4e330df2d838",
      "name": "Check VEO3 Status",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        736,
        0
      ]
    },
    {
      "id": "3b7d8752-f0c7-4315-bb31-cf0345762ed0",
      "name": "Video completed?",
      "type": "n8n-nodes-base.if",
      "position": [
        956,
        75
      ]
    },
    {
      "id": "69760626-baf5-45a9-abe9-86c1b17b893d",
      "name": "Get VEO3 Video URL",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1176,
        75
      ]
    },
    {
      "id": "1f53010b-9041-4849-9e87-387ab1f389f6",
      "name": "Download VEO3 Video",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1396,
        75
      ]
    },
    {
      "id": "54231111-a879-412d-902d-bf52089f40cd",
      "name": "Save Video to Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1836,
        150
      ]
    },
    {
      "id": "a943c007-a670-419c-956d-7a95277892ab",
      "name": "Video Output",
      "type": "n8n-nodes-base.form",
      "position": [
        2056,
        150
      ]
    },
    {
      "id": "ed6338f2-edcb-40d0-9f08-dd9c79345ab8",
      "name": "VEO3 Generator Form",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -300,
        150
      ]
    },
    {
      "id": "93108f68-f541-4445-8795-007927b621b3",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -420
      ],
      "parameters": {
        "width": 720,
        "height": 1280,
        "content": "# Welcome to my VEO3 Video Generator Workflow!\n## This workflow has the following sequence:\n1. **VEO3 Generator Form** - Web form interface for users to input video content, format, and duration\n2. **"
      }
    }
  ],
  "connections": {
    "Merge": {
      "main": [
        [
          {
            "node": "Save Video to Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait 30 seconds": {
      "main": [
        [
          {
            "node": "Check VEO3 Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Video completed?": {
      "main": [
        [
          {
            "node": "Get VEO3 Video URL",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait 30 seconds",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check VEO3 Status": {
      "main": [
        [
          {
            "node": "Video completed?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create VEO3 Video": {
      "main": [
        [
          {
            "node": "Wait 30 seconds",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get VEO3 Video URL": {
      "main": [
        [
          {
            "node": "Download VEO3 Video",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download VEO3 Video": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "VEO3 Generator Form": {
      "main": [
        [
          {
            "node": "Video Prompt Generator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Anthropic Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Video Prompt Generator",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Video Prompt Generator": {
      "main": [
        [
          {
            "node": "Create VEO3 Video",
            "type": "main",
            "index": 0
          },
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Video Prompt Generator",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Save Video to Google Drive": {
      "main": [
        [
          {
            "node": "Video Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}