Connect GetTranscribe to every tool in your stack
Five ways to add AI video transcription to your workflow — from drag-and-drop automation to a single REST API call. Pick what fits your team.
n8n
Open-source automation
Build code-friendly pipelines. Batch-transcribe hundreds of videos inside a single workflow run.
Make
No-code visual automation
Drag-and-drop scenarios that connect GetTranscribe to 1,500+ apps — no coding required.
REST API
Developer-friendly
One endpoint. JSON in, transcript out. Embed transcription in any app or backend.
Chrome Extension
Browser-native
Right-click any video. Transcript appears in a side panel. No tab switching.
ChatGPT / Claude MCP
AI assistant integration
Ask your AI to transcribe a video URL. It does. The transcript stays in context.
n8n — Open-Source Automation for Heavy Pipelines
n8n is self-hostable and code-friendly, which makes it the go-to choice for developers and data teams who need full control. The official GetTranscribe n8n node lets you add a transcription step to any workflow in minutes: drop it between a trigger (Webhook, Cron, RSS) and an action (Notion, Airtable, Slack, database write). Unlike generic HTTP nodes, the GetTranscribe node handles auth, error codes, and pagination for you — so you can batch-transcribe hundreds of Instagram Reels or TikTok videos inside a single workflow run without custom code.
- Supports all platforms: Instagram, TikTok, YouTube, Facebook, Pinterest, Twitter/X
- Returns full text, timestamped segments, and SRT caption data as structured JSON
- Chain with AI nodes (OpenAI, Anthropic) to summarise or classify transcripts automatically
- Self-host on your own server — data never touches a third-party SaaS layer

Make — Visual Scenarios, Zero Code Required
Make (formerly Integromat) is built for marketers, operations teams, and agencies who want powerful automation without touching code. The GetTranscribe Make module connects your transcription step to 1,500+ apps through a drag-and-drop canvas. A typical scenario: a new row appears in Google Sheets with a video URL → Make triggers GetTranscribe → the transcript lands in Notion, a Slack channel, or your CMS draft. You can also set up a webhook-based scenario so any tool that can send an HTTP request becomes a transcription trigger.
- Drag-and-drop scenario builder with live data preview
- Pre-built templates for content repurposing and social media monitoring
- Error handling and retry logic built in — no transcript gets lost
- Supports scheduled runs (hourly, daily) or real-time webhook triggers

REST API — Full Programmatic Control
The GetTranscribe REST API gives developers complete control: submit a video URL, poll for completion, and receive a structured JSON response with the full transcript, word-level timestamps, detected language, and file metadata. Authentication uses bearer tokens that you generate from your account dashboard. The API is rate-limit-friendly and returns consistent error codes, making it straightforward to wrap inside any backend service, mobile app, or serverless function. Every platform supported in the web app is supported via API — Instagram, TikTok, YouTube, Facebook, Twitter/X, Pinterest, and Google Drive.
- Simple POST request to /transcriptions — one endpoint, no complex setup
- Polling endpoint returns status (pending, processing, done) plus full result
- JSON response includes text, segments[], language, duration, and cost
- Webhook support: receive the completed transcript via HTTP POST to your endpoint

Chrome Extension — Transcribe Without Leaving the Tab
The GetTranscribe Chrome Extension is for people who live in their browser. Instead of copying a URL, opening GetTranscribe, pasting, and waiting — you right-click any video on Instagram, TikTok, YouTube, or Twitter/X and click Transcribe. The transcript appears in a side panel instantly. It works on any page that embeds a supported video, including news articles and blogs that embed YouTube or Twitter videos. The extension is free to install; transcription costs the same as the web app ($0.06/min or included in your Premium subscription).
- Right-click context menu on any supported video — no URL copying needed
- Side panel shows full text and timestamped segments without navigating away
- Works on Instagram, TikTok, YouTube, Twitter/X, Facebook, and embedded players
- Syncs with your GetTranscribe account — transcripts appear in your history

ChatGPT & Claude MCP — Transcribe Inside Your AI Conversations
The Model Context Protocol (MCP) lets AI assistants like Claude and ChatGPT call external tools during a conversation. The GetTranscribe MCP server exposes a transcribe tool: you paste a video URL in your chat, ask the assistant to transcribe it, and the result comes back in the same thread — ready for summarization, translation, content extraction, or scriptwriting. This turns any MCP-compatible AI into a full transcription + analysis pipeline without leaving the chat interface. Setup takes under five minutes: install the npm package, add the server config, and you're done.
- Works with Claude Desktop, ChatGPT (when MCP is enabled), and any MCP-compatible client
- Transcribe → summarise → translate in a single conversation thread
- No copy-paste loop: the AI fetches the transcript and uses it as context automatically
- Self-hosted MCP server — your API key stays on your machine
Model Context Protocol
Your AI assistant, now with transcription superpowers
# In your AI chat:
"Transcribe this TikTok video and summarise the main points"
→ GetTranscribe fetches + processes
→ Full transcript returned to AI context
→ AI summarises, translates, or rewrites
Frequently asked questions
Can I use GetTranscribe with n8n for free?
Yes. The n8n node is open-source and free to install from npm. You pay only for transcription time ($0.06/min) or use a Premium subscription. n8n's self-hosted version is also free.
Does the Make integration support webhooks?
Yes. You can trigger a Make scenario via webhook, pass a video URL, and GetTranscribe will process it and push the transcript to any downstream module — Google Sheets, Slack, Notion, email, or anything Make connects to.
What does the Chrome Extension transcribe?
The Chrome Extension lets you right-click any video on Instagram, TikTok, YouTube, Facebook, or Twitter/X and transcribe it without copying URLs. The transcript opens in a side panel and syncs with your account history.
How does the ChatGPT MCP integration work?
You add the GetTranscribe MCP server to Claude Desktop or a compatible ChatGPT client. Then you can say "Transcribe this video URL" in chat and the transcript comes back in the same thread — ready for summarization, translation, or analysis.
Not sure which integration to start with?
Start with the web app for free, then add automation when you're ready. Every plan includes API access.