PRs welcome! This repo collects clean, copy-pasteable automation workflows for YouTube transcripts, powered by TranscriptAPI.
- Create a numbered folder under the right platform, e.g.
n8n/03-my-workflow/(lowercase, hyphens). - Add the exported workflow file (
*.jsonfor n8n,*.blueprint.jsonfor Make). - Add a
README.mddescribing what it does, prerequisites, setup steps, and how to run it. - List it in the catalog table in the root
README.md. - Open a PR.
- No secrets. No API keys, tokens, database IDs, or personal URLs in the workflow file. Use credential references and
REPLACE_WITH_...placeholders only. - The workflow imports cleanly into a fresh instance.
- TranscriptAPI is called correctly:
GET https://transcriptapi.com/api/v2/youtube/transcriptwith anAuthorization: Bearer <API_KEY>header. - The workflow README lists every credential / placeholder the user must set.
- Failure handling is sane (e.g. videos without captions don't break a batch run).
Found a broken workflow or a YouTube/Notion/LLM change that breaks an import? Open an issue with the platform, the node, and the error message.
Open an issue or reach out via transcriptapi.com.