Block 1 - When clicking ‘Test workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Auto Generate YouTube Chapters with AI Powered Transcript Analysis Overview This workflow uses YouTube Data API v3 and Google Gemini 1.5 Flash AI to automatically generate timestamped chapters for ...
n8n-nodes-base.manualtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.extractfromfile, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.youtube, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.chainllm
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by irfan saeed.
Original n8n.io sourceThis workflow uses YouTube Data API v3 and Google Gemini 1.5 Flash AI to automatically generate timestamped chapters for videos by analyzing SRT captions. It enhances viewer navigation, improves SEO , and saves creators time by automating manual tasks.
Create a Google Cloud Project
Enable YouTube Data API v3
Configure OAuth Consent Screen
Generate OAuth 2.0 Credentials
Add Credentials to n8n
gemini-1.5-flash-8b-exp-0924 model by getting the api key.Set Video ID
r1wqsrW2vmE) using the Set Video ID node.Fetch Video Metadata
Download SRT Captions
https://www.googleapis.com/youtube/v3/captions to fetch the caption track ID . https://www.googleapis.com/youtube/v3/captions/{{ID}}?tfmt=srt .Analyze Transcript with Gemini AI
"Classify this transcript into timestamped chapters (e.g., 00:00 - Introduction)."
Structured Captions node) .Update Video Description
videos.update method .This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Auto-generate YouTube chapters with Gemini AI & YouTube Data API v3 |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Content Creation, AI Summarization |
| Author | irfan saeed |
| Published | 06 Apr 2025 |
Use the JSON export at /data/workflows/3450/3450.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Auto Generate YouTube Chapters with AI Powered Transcript Analysis Overview This workflow uses YouTube Data API v3 and Google Gemini 1.5 Flash AI to automatically generate timestamped chapters for ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, AI Summarization use case.