Posts tagged “api”
Build a Discord Bot That Fetches YouTube Transcripts
Step-by-step guide to building a Discord slash command bot that fetches YouTube transcripts via API, formats results, and handles rate limits.
Zied · 8/12/2026 · 7 min read
Build a Localization Pipeline with YouTube Transcripts
Fetch YouTube transcripts in 125+ languages, convert to SRT/VTT, and wire up a translation step your localization team can actually use.
Zied · 8/4/2026 · 8 min read
YouTube Captions API: Auto vs Manual Captions Explained
Learn how to fetch YouTube captions as clean JSON, tell auto-generated from manual tracks apart, and choose the right caption language in code.
Zied · 7/23/2026 · 7 min read
Extract YouTube Subtitles in Node.js: A Practical Guide
Learn how to fetch YouTube subtitles in Node.js using async/await, handle errors and rate limits, convert JSON to SRT/VTT, and batch requests safely.
Zied · 6/23/2026 · 8 min read