Block 1 - Setting
- Type / Role
- n8n-nodes-base.set - set
- Config choices
- Version 3.4
This workflow is provided as-is. Please review and test before using in production.
Who’s it for This template is perfect for content creators, AI enthusiasts, marketers, and developers who want to automate the generation of cinematic videos using Google Vertex AI’s Veo 3 model. I...
n8n-nodes-base.set, n8n-nodes-base.converttofile, n8n-nodes-base.formtrigger, n8n-nodes-base.googledrive, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote, n8n-nodes-base.wait
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jaruphat J..
Original n8n.io sourceThis template is perfect for content creators, AI enthusiasts, marketers, and developers who want to automate the generation of cinematic videos using Google Vertex AI’s Veo 3 model. It’s also ideal for anyone experimenting with generative AI for video using n8n.
This workflow:
Enable Vertex AI API in your GCP project: https://console.cloud.google.com/marketplace/product/google/aiplatform.googleapis.com
Authenticate with GCP using Cloud Shell or local terminal:
gcloud auth login
gcloud config set project [YOUR_PROJECT_ID]
gcloud auth application-default set-quota-project [YOUR_PROJECT_ID]
gcloud auth print-access-token
Connect your Google Drive OAuth2 credentials to allow file upload.
Import this workflow into n8n and execute it via form trigger.
gcloud auth print-access-tokenYou can modify the
durationSecondsaspectRatiogenerateAudioin the HTTP node to match your use case.
Replace the Google Drive upload node with alternatives like Dropbox, S3, or YouTube upload.
Extend the workflow to add subtitles, audio dubbing, or LINE/Slack alerts.
Step-by-step for each major node:
Prompt Input → Vertex Predict → Wait → Fetch Result → Convert to File → Upload
To use the Vertex AI API in n8n securely:
gcloud auth login
gcloud config set project your-project-id
gcloud auth print-access-token
YOUR_ACCESS_TOKEN
when submitting.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.
| Workflow | Generate video from prompt using Vertex AI Veo 3 and upload to Google Drive |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Content Creation, Multimodal AI |
| Author | Jaruphat J. |
| Published | 24 Jun 2025 |
Use the JSON export at /data/workflows/5228/5228.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Who’s it for This template is perfect for content creators, AI enthusiasts, marketers, and developers who want to automate the generation of cinematic videos using Google Vertex AI’s Veo 3 model. I...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.