Reddit Video Transcript & Data API

FrameFetch is one of the few APIs that transcribes Reddit-hosted videos. Send a Reddit post or v.redd.it URL and get the transcript, metadata, and frames — no manual downloading of DASH streams.

Read the docsPricing

What you get

For this platform FrameFetch returns metadata, transcript (Whisper), and parametric frames. One JSON response, billed per call (every response includes a cost block).

Quickstart

curl -X POST https://framefetch.net/v1/extract \
  -H "Authorization: Bearer <your-key>" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://www.reddit.com/r/videos/comments/.../",
    "fields": ["metadata", "transcript"]
  }'

Get a key with POST /v1/keys (free credit). Full reference in the docs. Agents can pay per call with x402 (USDC) — no account.

Use it from an AI agent (MCP)

FrameFetch ships an MCP server at POST https://framefetch.net/mcp with the tools framefetch_extract and framefetch_platform_capabilities — point your agent at a Reddit URL directly.

FAQ

Does it handle v.redd.it / DASH videos?

Yes — FrameFetch resolves the video stream and processes it for you.

Can I transcribe a Reddit video?

Yes; the audio is transcribed with Whisper and returned as text.