Paste a video link. Get a URL that opens Thumbnail Autopsy with the grade already running.
Thumbnail Autopsy takes the video in a query parameter, so a link can carry it. Useful if you write about thumbnails and want readers to check their own, or if you keep grading the same channel and want a bookmark that skips the paste step. The measurement runs in the reader's browser, so you are not sending us their video and we are not storing which one they graded.
Video link or ID
Thumbnail Autopsy reads two query parameters on load. If either is present it fills the field and runs the grade immediately, so a link lands on the result rather than on an empty form.
| Parameter | Takes | Example |
|---|---|---|
| v | A YouTube video ID on its own | /thumbnail-autopsy?v=dQw4w9WgXcQ |
| url | A full video URL, including short and Shorts forms | /thumbnail-autopsy?url=https://youtu.be/dQw4w9WgXcQ |
Both need URL-encoding when the value contains characters like & or ?. The builder above does that for you. There is no API key, no rate limit and no account, because there is no server doing the work: the page fetches the thumbnail and measures it in whichever browser opened the link.
Six measurements, each printed next to the threshold it is compared against: whether the image survives being shrunk to feed size, whether the contrast holds up, whether the duration badge covers anything that matters, and how the tones clip. It does not estimate click-through rate, because that depends on the title, the audience and the topic rather than on the image. If you are linking to it in an article, that refusal is the part worth telling readers about.
Two more pages take a link the same way. Thumbnail Grabber accepts ?url= for a video on YouTube, TikTok, Vimeo and others. Share Preview accepts a page URL and renders the card. Everything else on the site starts from a file on the reader's own device, so there is nothing meaningful to put in a link.