Integration guide
YouTube transcripts in Make
One HTTP module turns any Make scenario into a transcript pipeline — no app approval or OAuth setup required.
HTTP module setup
- Add HTTP → Make a request.
- URL:
https://bulktranscripts.co/api/v1/transcript, method GET. - Query string: item
video= the video URL from a previous module; addsegments=0if you only need the text. - Headers:
Authorization=Bearer YOUR_LICENSE_KEY(skip it to use the free allowance). - Set Parse response → Yes so
title,text, andparagraphs[]map straight into later modules.
Daily channel digest (free trigger)
- Schedule the scenario daily.
- HTTP GET
…/api/v1/channel/latest?channel=@yourtarget— this endpoint is free, so the check itself never spends credits. - Iterator over
results[]→ Filter onpublishedwithin the last 24h. - HTTP GET the transcript for new videos only, then route to Google Docs, Sheets, Slack, or an AI module for summarizing.
Try asking
- Archive every new video's transcript from three competitor channels into Sheets.
- Summarize new uploads with an AI module and post the digest to Slack.
- Append podcast transcripts to a Google Doc, one section per episode.
Notes
The connection works immediately on the free tier — no account, no OAuth. Buying a one-time credit pack gets you a license key that doubles as the API key; credits never expire and cached transcripts are always free.