It listens to the audio, sees what's on screen and returns everything as text: transcript, video frames, channel, duration and description. Ready for Claude, ChatGPT or any AI agent.
YouTube · Instagram · no signup · free up to 10 minutes
Three steps. Nothing to install.
Any YouTube link (including Shorts) or Instagram (Reels, posts, IGTV).
Videos already transcribed come back instantly (cache). New ones take seconds to minutes.
Copy to Claude/ChatGPT, save as markdown, feed your agent. It's just text.
Real cases people are solving today.
Transcribe a 2-hour lecture and read it in 10 minutes. Search keywords in the text.
Send the link to Claude/ChatGPT. It reads the transcript via our URL and summarizes.
Generate captions and text versions for people with hearing impairments.
Long content becomes searchable. Cite passages with timestamps.
One HTTP call. Works with Claude tool use, ChatGPT Custom GPT Actions, MCP, or any client.
curl -X POST https://videohub.pro/api/v1/transcribe \ -H "Content-Type: application/json" \ -d '{"url":"https://youtu.be/JAz0jPetSjI"}'
{ "mcpServers": { "videohub": { "url": "https://videohub.pro/mcp/sse", "headers": { "Authorization": "Bearer vh_live_..." } } } }
import httpx r = httpx.post( "https://videohub.pro/api/v1/transcribe", json={"url": "https://youtu.be/JAz0jPetSjI"}, ) print(r.json()["markdown"])
Use it free as much as you want. Pay when you need more.
$ 0forever
US$ 10/month (annual)
Turns any YouTube or Instagram video into markdown text, ready for AI, reading or editing.
Yes. Videos up to 10 minutes always. Longer videos get a free preview; full transcript requires a subscription.
Tell the AI: "please GET https://videohub.pro/<the full video URL>". It fetches the transcript as JSON.
Public videos, yes. Private and geo-blocked ones don't — there's nothing for us to watch.
Soon. Drop your email on /pricing to be notified at launch.