{
  "name": "Generate & publish AI cinematic videos to YouTube Shorts using VEO3 & Gemini",
  "nodes": [
    {
      "id": "3810be1e-7612-435a-9c9b-19b074063d92",
      "name": "Sticky Note - Trigger",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1552,
        32
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "5dcfce81-600e-451c-9278-a7dee8162003",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1424,
        176
      ]
    },
    {
      "id": "2c3afa77-319b-4aae-aa09-ff6b5f7dd8a8",
      "name": "Sticky Note - AI Prompt",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -928,
        -64
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "35022ca9-bc3d-4e0a-92ee-2c51e6b59d00",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -496,
        144
      ]
    },
    {
      "id": "a8cb4084-9473-48a5-9f32-b119f0f5581e",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        -528,
        352
      ]
    },
    {
      "id": "168bfee8-7725-4fbf-9ddc-2898af256efe",
      "name": "Sticky Note - Video API",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -208,
        -96
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "e0f4abf1-0f3b-4770-9302-76d3efeba36c",
      "name": "Generate Video",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -144,
        144
      ]
    },
    {
      "id": "799c7352-c027-43dc-99ac-ab6b281fbd3a",
      "name": "Wait for Render",
      "type": "n8n-nodes-base.wait",
      "position": [
        96,
        144
      ]
    },
    {
      "id": "c7cc85c8-76f5-4d1a-96e1-7337241ce0a2",
      "name": "Check Render Status",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        336,
        128
      ]
    },
    {
      "id": "a2f0d577-f85e-4659-a1fc-a445a5f840af",
      "name": "Sticky Note - Publishing",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        576,
        -144
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "f0d8b5d2-a1ad-4e50-9a2a-49a4417ed300",
      "name": "Upload to YouTube",
      "type": "n8n-nodes-base.youTube",
      "position": [
        864,
        272
      ]
    },
    {
      "id": "7cfeac4c-8fcd-4a58-818c-eee3b100c415",
      "name": "Send to Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        864,
        80
      ]
    },
    {
      "id": "a05c3292-a3a6-4ec0-ba90-28cdca732c73",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        -336,
        352
      ]
    }
  ],
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "Generate Video",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Video": {
      "main": [
        [
          {
            "node": "Wait for Render",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait for Render": {
      "main": [
        [
          {
            "node": "Check Render Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Render Status": {
      "main": [
        [
          {
            "node": "Upload to YouTube",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send to Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "AI Agent",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    }
  }
}