x

Read an X post, including its video and images

Turn an X post into LLM-ready text: the post text, a description of each image, and a transcript when the post carries video.

Why this one is hard

The text of a post is the easy part; the substance is usually in an image or a video clip, which is exactly what a plain fetch throws away.

What comes back

Post text, image descriptions, transcript when there is video.

Plus the metadata every digest carries: title, author, platform, posted date and the source URL. Posts with video or images.

Use it

Paste a link like x.com/user/status/… 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.