Create AI-Generated Videos from Chat Prompts with Google Vertex AI - n8n Workflow | Neura Market
Create AI-Generated Videos from Chat Prompts with Google Vertex AI
Transform text prompts into AI-generated videos using Google Vertex AI directly from an n8n chat. This workflow automates video creation by sending prompts to the Veo3 model and converting the output into a downloadable file.
This workflow leverages Google Vertex AI's Veo3 model to generate videos from text prompts entered in an n8n chat. It begins with a chat trigger that captures user input, which is then sent to the Veo3 API with customizable parameters such as aspect ratio, duration, and resolution. The workflow includes a polling mechanism to check the status of the video generation process. Once the video is ready, it extracts the video data, converts it into a binary file, and makes it available for download o
Platform
n8n
Category
AI
Price
Free
Creator
Indira Kapoor
if
set
wait
stickyNote
httpRequest
convertToFile
chatTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.