tiktok

Turn a TikTok into a transcript

Turn a TikTok link into LLM-ready text: transcript with timecodes, sampled frames, and the on-screen text. Short links resolve automatically.

Why this one is hard

Short links have to be resolved before anything else, and the media host rate-limits under load — a frame fetch can come back 403 mid-digest. When that happens the digest says so rather than quietly returning a thinner result.

What comes back

Transcript with timecodes, sampled frames, on-screen text.

Plus the metadata every digest carries: title, author, platform, posted date and the source URL. Short links resolve. Rate-limits under load.

Use it

Paste a link like vm.tiktok.com/… or tiktok.com/@user/video/… into the console, or let an agent call it directly.

MCP — Claude Code, Cursor

claude mcp add --transport http linkdigest \
  https://linkdigest.dev/mcp \
  --header "Authorization: Bearer YOUR_KEY"

REST

curl -X POST https://linkdigest.dev/api/v1/digest \
  -H "Authorization: Bearer YOUR_KEY" \
  -d '{"url": "https://..."}'

Three digests free, no card. After that $9 a month for 500 credits — a post is 1 credit, video is 2 a minute. Anything already digested by anyone is cached and free for everyone.