# VideoHub

**Transform any video into text — designed for AI conversations.**

Paste a YouTube or Instagram link and get the transcript in seconds. Use it
directly in your conversation with Claude, ChatGPT, Gemini, or any AI agent.

## The fastest way to transcribe (for AI chats)

Send your AI this exact message:

> Transcribe this video and bring me the result here. Do a GET on
> `https://videohub.pro/<PASTE THE VIDEO URL HERE>` with header
> `Accept: application/json`, read the returned JSON, and cite the
> `canonical_url` in your answer.

That's it. No signup, no API key, no extension. The AI fetches a JSON with
the full transcript and replies in your chat.

## How it works

1. **Paste a URL** — any YouTube (including Shorts) or Instagram (Reels,
   posts, IGTV) link.
2. **Get the transcript** — already-transcribed videos return instantly
   (global cache). New ones take seconds to minutes.
3. **Use it anywhere** — copy to Claude/ChatGPT, save as markdown, feed it
   to your agent. It's just text.

## Pricing

- **Free**: videos up to 10 minutes (full transcript), longer videos return
  a 10-minute preview. Cache hits are unlimited.
- **Pro**: full-length transcripts on long videos, personal API key,
  unlimited history. See [pricing](/pricing.md).

## For developers

REST API at `/api/v1/transcribe`. MCP server at `/mcp/sse`. OpenAPI spec at
`/api/v1/openapi.json`. Docs: [/docs.md](/docs.md).

## More

- [Documentation](/docs.md)
- [Pricing](/pricing.md)
- [Privacy](/privacy.md)
- [Terms](/terms.md)
