n8n Veo3 Video Creation
The best model according to HuggingFace evals is Veo3 -- by far. Check this workflow out to create videos using Google's Veo3.
Tutorial
What it is
This n8n workflow automates the process of creating videos using the Fal.ai Veo 3 model based on user prompts, and logs the requests in a Google Sheet.
How It Works
1. A user submits a video prompt through a form.
2. An AI agent (using OpenRouter's Google Gemini 2.5 Flash model) refines the user's prompt into a detailed "script-to-screen" format suitable for video generation.
3. The refined prompt is sent to the Fal.ai Veo 3 model via an HTTP request to generate the video.
4. Details of the video request, including the date, the refined prompt, and the request URL, are stored in a Google Sheet.
Setup
To run this workflow, you need to set up credentials in n8n for:
* OpenRouter: Generate API key from your OpenRouter account.
* Fal AI: Generate API key from your Fal.AI account
* Google Sheets: Uses OAuth 2.0. Connect by authenticating your Google account.
n8n account setup
If you do not have a n8n account, follow the following tutorial to get started.