N8N AI Video Generator | Veo 3 | Idea Generator Agent | Video Prompt Generator Agent | Google Drive | Google Sheets
# N8N VEO Video Generator
- Scheduled to create AI videos using Veo3, save video file on Google Drive and update Google Sheets about the new video created.
- You can check it out by importing `Veo3_Video_Generator.json` into n8n.
## Output

- It has successfully generated the video, saved the video file in google drive, and updated the google sheets with the link to the file.
## Nodes

- Trigger
- Schedule Trigger
- AI Agent
- Idea Generator
- Video Prompt Generator
- Http Request Nodes
- Create Video
- Check Completion
- Download Video
- Google Drive
- Upload file
- Share file
- Set, Wait, If nodes
## Steps
- Create a trigger node.

- Attach an AI Agent node that will act as an Idea Generator with Structured Output Parser and Think Tool.

- Attach another AI Agent node that will generate the video prompt.


- Go to Google One -> Google AI to start your Google AI Pro subscription free trial which will give you access to `Veo 3` in Gemini.
- Go to Google AI studio to create your API key, and also to Google Cloud Console to enable Billing.
- Attach an `Http Request` node after the Video Prompt Generator node and use the `Gemini API` documentation to find the Endpoints so choose REST among the options (python, javascript ...) and copy the curl command to import into the Http Request node. Don't forget to turn on Expression for the body instead of sending fixed since `{{ JSON.stringify($json.output) }}` should be parsed.

```
curl -s "https://generativelanguage.googleapis.com/v1beta/models/veo-3.0-generate-preview:predictLongRunning" \
-H "x-goog-api-key: YOUR_API_KEY_HERE" \
-H "Content-Type: appliGoogle's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.