What This Workflow Does
This n8n workflow analyzes video content using Google Gemini AI. Users can submit videos either by uploading files directly or by providing YouTube links. The workflow processes the video through Google’s vision capabilities and returns detailed analysis results, making it ideal for content creators, marketers, and researchers who need automated video insights.
How It Works
The workflow begins with a form trigger that accepts user input. Users can either upload video files or paste YouTube links into the form. The system then waits for processing and sends the video data to Google Gemini AI through HTTP requests using your API credentials. Once analysis is complete, the results are returned to the user, providing comprehensive insights about the video content.
Use Cases
- Content creators reviewing video performance and receiving AI-generated summaries of key moments
- Marketing teams analyzing competitor videos and extracting relevant insights for strategy
- Educational institutions evaluating video content for curriculum relevance and quality
- Social media managers quickly generating descriptions and tags for video uploads
- Researchers conducting video content analysis at scale without manual review
Nodes Used
- formTrigger: Initiates the workflow and collects video uploads and YouTube links from users
- httpRequest: Sends video data to Google Gemini AI API for analysis
- wait: Pauses execution to allow API processing time
- set: Configures variables and prepares data for the next steps
- manualTrigger: Allows testing the workflow manually during setup
- stickyNote: Provides documentation and guidance within the workflow canvas
Prerequisites
- Active n8n account with workflow creation access
- Free Google Gemini API key from Google AI Studio
- Basic understanding of n8n workflow structure
- Valid video file or YouTube link for testing
Difficulty Level
Intermediate. This workflow requires API key setup and some familiarity with n8n, but the template handles most complex operations automatically. Setup takes approximately 10-15 minutes.
This workflow template is shared under the n8n fair-code license. Free to use and modify.
Leave a Reply