Bulk AI video generation with Freepik Minimax Hailuo & Google Suite integration
This n8n workflow automates bulk AI video generation using Freepik's Image-to-Video API powered by Minimax Hailuo-02-768p. It reads video prompts from a Google Sheet, generates multiple variations of each video using ...
Template notes
This n8n workflow automates bulk AI video generation using Freepik's Image-to-Video API powered by Minimax Hailuo-02-768p. It reads video prompts from a Google Sheet, generates multiple variations of each video using Freepik's AI, handles asynchronous video processing with intelligent polling, and automatically uploads completed videos to Google Drive with organized file names. This is perfect for content creators, marketers, or video producers who need to generate multiple AI videos in bulk and store them systematically.
Key Features: - Bulk video generation from Google Sheets prompts - Multiple variations per prompt (configurable duplicates) - Asynchronous processing with smart status polling - Automatic retry mechanism for processing delays - Direct upload to Google Drive with organized naming - Freepik Minimax Hailuo-02 AI-powered video generation (768p quality) - Intelligent wait/retry system for video rendering
Step-by-Step Implementation Guide
Prerequisites Before setting up this workflow, you'll need:
1. n8n instance (cloud or self-hosted) 2. Freepik API account with Video Generation access 3. Google account with access to Sheets and Drive 4. Google Sheet with your video prompts
Step 1: Set Up Freepik API Credentials
1. Go to [Freepik API Developer Portal](https://freepik.com/api) 2. Create an account or sign in 3. Navigate to your API dashboard 4. Generate an API key with Video Generation permissions 5. Copy the API key and save it securely 6. In n8n, go to Credentials → Add Credential → HTTP Header Auth 7. Configure as follows: - Name: "Header Auth account" - Header Name: x-freepik-api-key - Header Value: Your Freepik API key
Step 2: Set Up Google Credentials