AutomationFlowsWeb Scraping › Generate Ai-powered Video From Image and Upload It on Google Drive

Generate Ai-powered Video From Image and Upload It on Google Drive

Original n8n title: Generate 🤖🧠 Ai-powered Video 🎥 From Image and Upload It on Google Drive

ByDavide Boizza @n3witalia on n8n.io

This workflow automates the process of generating AI-powered video from image and then generates a video that is uploaded to Google Drive.

Event trigger★★★★☆ complexity13 nodesHTTP RequestForm TriggerGoogle Drive
Web Scraping Trigger: Event Nodes: 13 Complexity: ★★★★☆ Added:

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

This workflow follows the Form Trigger → Google Drive 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
{
  "id": "WSYhLeH2uNrR9C20",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "name": "AI generated video from image",
  "tags": [],
  "nodes": [
    {
      "id": "0b38123a-0134-4bf6-abb8-6a454212d2b4",
      "name": "Get status",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        840,
        400
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "1900f2e8-310c-4c0b-914b-0c7a9890fb05",
      "name": "Wait 60 sec.",
      "type": "n8n-nodes-base.wait",
      "position": [
        660,
        400
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "c6c8ff96-b7f0-49d4-ba12-b086f1c07265",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        -240
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "237e03ad-72d2-4ddd-8baf-33c6f88b7c88",
      "name": "Completed?",
      "type": "n8n-nodes-base.if",
      "position": [
        1020,
        400
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "301f51c7-b3eb-4001-b4ad-b504af7085fb",
      "name": "Set data",
      "type": "n8n-nodes-base.set",
      "position": [
        220,
        400
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "95c13de7-b11a-4472-9176-68b4c69078d8",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        160
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "fc2b9d60-3c3d-4336-805e-94835fe7155c",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        -20
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "df0555de-85e4-45ea-bdb2-e330237bd876",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        340
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "9d2ab380-a3d4-4745-93d4-dc0040915977",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -40,
        400
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "43d68c4e-adaf-4b9b-84b8-db476b35a5f3",
      "name": "Create Video",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        440,
        400
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "67ecd974-6a94-491a-853b-8c99cc5caad8",
      "name": "Get Url Video",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -20,
        720
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "79abf65b-6c38-4108-ba65-d06428d18951",
      "name": "Get File Video",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        200,
        720
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "ec0da2e6-70e3-4ee1-abba-5e7157e6fe2e",
      "name": "Upload Video",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        420,
        720
      ],
      "parameters": {},
      "typeVersion": 3
    }
  ],
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "577f731c-07f5-4708-9afa-90357393e4d9",
  "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
          }
        ]
      ]
    }
  }
}
Pro

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

About this workflow

This workflow automates the process of generating AI-powered video from image and then generates a video that is uploaded to Google Drive.

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

More Web Scraping workflows → · Browse all categories →

Related workflows

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

Web Scraping

The Sora 2 API allows seamless generation of CGI ads, turning text prompts into stunning videos. This workflow automates the entire process from video generation to upload, notification, and file shar

Form Trigger, HTTP Request, Email Send +1
Web Scraping

Formtrigger Workflow. Uses formTrigger, googleDrive, httpRequest, stopAndError. Event-driven trigger; 28 nodes.

Form Trigger, Google Drive, HTTP Request +1
Web Scraping

Formtrigger Workflow. Uses formTrigger, googleDrive, httpRequest, stopAndError. Event-driven trigger; 28 nodes.

Form Trigger, Google Drive, HTTP Request +1
Web Scraping

Create CGI ads effortlessly by integrating the Google Veo3 API for video generation and uploading to Google Drive with seamless email notifications. On form submission: Triggers the workflow when a fo

Form Trigger, HTTP Request, Email Send +1
Web Scraping

This workflow automates the process of generating videos using the Veo 3 Fast API, uploading the video to Google Drive, and notifying the user via email. All tasks are executed seamlessly, ensuring a

Form Trigger, HTTP Request, Email Send +1