Skip to main content

Generate AI videos from text prompts with Google Veo

Workflow preview

Workflow preview
100%
Generate AI videos from text prompts with Google Veo preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n workflow uses the Google Gemini node to generate AI videos via the Veo model. It replaces complex manual API setups with a simple, plug and play experience. Important Prerequisite To use t...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.googlegemini

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Fahmi Fahreza.

Original n8n.io source

1.1 Workflow description

Title
Generate AI videos from text prompts with Google Veo
Workflow name
Generate AI videos from text prompts with Google Veo

This n8n workflow uses the Google Gemini node to generate AI videos via the Veo model. It replaces complex manual API setups with a simple, plug-and-play experience.

Important Prerequisite

To use the Veo model, your Google Cloud project must have billing enabled. The feature is not available on the free tier and may incur charges.

Who Is This For?

  • Marketers & Content Creators Quickly create B-roll, ad clips, or social content from text prompts.
  • Filmmakers & Artists Prototype scenes and visualize ideas without filming.
  • Anyone exploring AI video generation Use Google’s Veo model without any manual API work.

What the Workflow Does

  • Define Prompt Write a text prompt in the 1. Set Video Prompt node.
  • Trigger Manually run the workflow with one click.
  • Generate The Gemini node sends the prompt to the Veo model and generates a video.
  • Output Returns a binary video file ready to save or share.

Setup Instructions

1. Enable Google Cloud Billing Make sure your Google Cloud project has billing activated. 2. Add Credentials Add your Google AI (Gemini) credentials in n8n. 3. Set the Prompt Open the 1. Set Video Prompt node and write your video idea. 4. Activate Workflow Save and activate the workflow. 5. Run It Click “Execute Workflow” to generate a video.

Requirements

  • n8n (Cloud or Self-Hosted)
  • Google Cloud Project with billing enabled
  • Google AI (Gemini) credentials linked to that project

Customization Ideas

  • Save Output Add a Google Drive, Dropbox, or S3 node to store the video.

  • Post Automatically Connect social media nodes (YouTube Shorts, TikTok, etc.) to publish content.

  • Generate in Bulk Replace the Set node with Google Sheets or Airtable to generate multiple videos from a list of prompts.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - 1. Set Video Prompt

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 5 - 2. Generate Video with Veo

Type / Role
@n8n/n8n-nodes-langchain.googleGemini - googleGemini
Config choices
Version 1

Block 6 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Generate AI videos from text prompts with Google Veo
Complexity intermediate
Nodes 6
Categories Content Creation, Multimodal AI
Author Fahmi Fahreza
Published 28 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6557/6557.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Generate AI videos from text prompts with Google Veo do?

This n8n workflow uses the Google Gemini node to generate AI videos via the Veo model. It replaces complex manual API setups with a simple, plug and play experience. Important Prerequisite To use t...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.