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. 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-token
You can modify the
durationSeconds
aspectRatio
generateAudio
in 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