Automate YouTube Chapter Creation with Gemini AI and YouTube Data API - n8n Workflow | Neura Market
Automate YouTube Chapter Creation with Gemini AI and YouTube Data API
This workflow leverages the YouTube Data API v3 and Google Gemini AI to automatically generate timestamped chapters for YouTube videos by analyzing subtitles. It enhances viewer navigation, boosts SEO, and saves time for content creators by automating the chapter creation process.
The workflow begins by setting the video ID and fetching the video's metadata using the YouTube Data API. It then retrieves the caption track ID and downloads the transcript in SRT format. Google Gemini AI analyzes the transcript to identify and classify timestamped chapters. Finally, the workflow updates the video's description with the newly generated chapters, improving both user experience and search visibility.
Platform
n8n
Category
AI
Price
Free
Creator
Mia Andersson
youtube
chapters
set
youTube
stickyNote
httpRequest
manualTrigger
extractFromFile
chainLlm
lmChatGoogleGemini
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.