{
  "name": "Generate 🤖🧠 AI-powered video 🎥 from image and upload it on Google Drive",
  "nodes": [
    {
      "id": "0b38123a-0134-4bf6-abb8-6a454212d2b4",
      "name": "Get status",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        840,
        400
      ]
    },
    {
      "id": "1900f2e8-310c-4c0b-914b-0c7a9890fb05",
      "name": "Wait 60 sec.",
      "type": "n8n-nodes-base.wait",
      "position": [
        660,
        400
      ]
    },
    {
      "id": "c6c8ff96-b7f0-49d4-ba12-b086f1c07265",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "237e03ad-72d2-4ddd-8baf-33c6f88b7c88",
      "name": "Completed?",
      "type": "n8n-nodes-base.if",
      "position": [
        1020,
        400
      ]
    },
    {
      "id": "301f51c7-b3eb-4001-b4ad-b504af7085fb",
      "name": "Set data",
      "type": "n8n-nodes-base.set",
      "position": [
        220,
        400
      ]
    },
    {
      "id": "95c13de7-b11a-4472-9176-68b4c69078d8",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "fc2b9d60-3c3d-4336-805e-94835fe7155c",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        -20
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "df0555de-85e4-45ea-bdb2-e330237bd876",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        340
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "9d2ab380-a3d4-4745-93d4-dc0040915977",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -40,
        400
      ]
    },
    {
      "id": "43d68c4e-adaf-4b9b-84b8-db476b35a5f3",
      "name": "Create Video",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        440,
        400
      ]
    },
    {
      "id": "67ecd974-6a94-491a-853b-8c99cc5caad8",
      "name": "Get Url Video",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -20,
        720
      ]
    },
    {
      "id": "79abf65b-6c38-4108-ba65-d06428d18951",
      "name": "Get File Video",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        200,
        720
      ]
    },
    {
      "id": "ec0da2e6-70e3-4ee1-abba-5e7157e6fe2e",
      "name": "Upload Video",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        420,
        720
      ]
    }
  ],
  "connections": {
    "Set data": {
      "main": [
        [
          {
            "node": "Create Video",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Completed?": {
      "main": [
        [
          {
            "node": "Get Url Video",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait 60 sec.",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get status": {
      "main": [
        [
          {
            "node": "Completed?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Video": {
      "main": [
        [
          {
            "node": "Wait 60 sec.",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload Video": {
      "main": [
        []
      ]
    },
    "Wait 60 sec.": {
      "main": [
        [
          {
            "node": "Get status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Url Video": {
      "main": [
        [
          {
            "node": "Get File Video",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get File Video": {
      "main": [
        [
          {
            "node": "Upload Video",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Set data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}