Screenshot to Link — Turn Any Screenshot Into a Short URL
Convert a screenshot into a short shareable link in seconds. Paste with Ctrl+V and get a clean URL for Jira, Slack, Notion, or a README. No upload dialog, no account.
Whether you call it screenshot to URL, a screenshot link, or just turning a screenshot into a link, it's the same three keystrokes here.
Converting a screenshot to a link takes three keystrokes: press PrtScn (or Cmd+Shift+Ctrl+4 on macOS), open imagepaste.org, and press Ctrl+V. The image uploads in under 5 seconds and a short URL is placed in your clipboard. Paste that link anywhere that accepts text and the screenshot renders from the CDN.
- 01
Grab the pixels
PrtScn on Windows for the full screen, or Win+Shift+S for a region that goes into the clipboard via the Snipping Tool overlay. On macOS, Cmd+Shift+Ctrl+4 draws a region straight to the clipboard; the plain Cmd+Shift+4 saves a file, which is not what you want here.
- 02
Paste on this page
Open imagepaste.org and press Ctrl+V anywhere on the tab. The paste listener pulls the image blob from the clipboard and shows it in the crop view. You did not need to click inside a specific box first.
- 03
Tweak the frame
Drag the crop handles to cut off a messy taskbar or a stray browser tab that leaks your reading habits. Or hit Skip to upload the raw frame. The crop is non-destructive in the sense that nothing is sent until you confirm.
- 04
Upload finishes
The upload takes under 5 seconds on a normal broadband connection. We compress PNG screenshots losslessly when it helps, and leave JPEG untouched. A short URL appears with a one-click copy button.
- 05
Paste the URL
Drop it into a Jira ticket, a Linear comment, a Notion page, a Slack thread, or an SMS. Anywhere that accepts a link will render a preview of the screenshot if the surface supports it.
How to turn a screenshot into a link
Saving a screenshot and then hunting for a place to upload it is the slow way. To turn one straight into a link, copy it to your clipboard first — PrtScn or Win+Shift+S on Windows, Cmd+Shift+Ctrl+4 on Mac — then press Ctrl+V on this page. The screenshot uploads in a few seconds and a short URL appears with a copy button. That link points to the full-resolution image on the CDN, so you can drop it into a ticket, a doc, or a chat and it renders without anyone downloading a file.
Turning a TradingView chart snapshot into a Discord link
Crypto and stock Discord servers move fast, and nobody scrolls up for a file attachment. Convert the chart screenshot to a link and it renders inline under your message. Followers hit the preview without downloading the PNG to their phone.
Embedding a screenshot in a markdown README
Markdown does not embed binary files, only URLs. Convert the screenshot to a link and use the standard image syntax in your README. The image survives repo forks and clones, which a local ./screenshots/demo.png path does not.
Filing a bug with a remote contractor
Your contractor in a different time zone needs proof of the layout break. A link beats sending a 4 MB PNG over WhatsApp, which re-encodes images into muddy JPEGs. The imagepaste.org URL keeps pixel-for-pixel fidelity.
Sharing exam prep screenshots with a study group
Students paste a screenshot of a tough calc problem into imagepaste.org, then drop the URL into the group chat. No Google Drive share permissions to configure, no "request access" email for the person who joined the chat late.
How do I turn a screenshot into a URL? +
Press PrtScn or Cmd+Shift+Ctrl+4 to put the screenshot on your clipboard, open imagepaste.org, and press Ctrl+V. The image uploads and the returned URL lands in your clipboard with a one-click copy button. The whole thing takes under five seconds on a normal connection, no signup and no desktop app required.
Can I convert a saved screenshot file to a link? +
Saved screenshot files work fine alongside clipboard paste. If the screenshot is already a PNG or JPEG on your drive, drag it onto the page or click the upload area and pick the file. The same URL flow kicks in. Clipboard paste is just faster when you already have the image copied; the file path works when you do not.
Is the screenshot link private or public? +
The URL is unguessable enough that nobody will stumble onto it by accident, but we do not put it behind a password or signin wall by default. Treat it like a Google Docs "anyone with the link" share: if you leak the URL, anyone with it can view. Do not paste sensitive captures into public forums.
Does the link expire? +
Yes. Every image is automatically deleted 7 days after upload, so the link works for a week and then returns a 404. This tool is oriented toward temporary sharing rather than permanent hosting. If a screenshot needs to live in a customer-facing doc, rehost it on a surface you own.
Why not just use Lightshot or prnt.sc for this? +
Lightshot requires a desktop install and uploads by default to prnt.sc, which has a public random-browse gallery that has hosted a lot of private screenshots over the years. imagepaste.org runs in the browser with no install and no public feed. On a locked-down work laptop, the install difference is often the deciding factor.
Will the link render as an image in Slack or Discord? +
Both Slack and Discord unfurl image URLs into inline previews by default. The recipient sees the screenshot without leaving the chat. If someone has unfurling disabled in their Slack preferences, they see the URL and click through to view. iMessage, WhatsApp, and Telegram also unfurl direct image URLs, which is why the .png extension matters.
What is the max file size for a screenshot? +
Five megabytes per image. A full-screen 4K PNG usually lands between 1 and 3 MB, so you have margin. If you are over the limit, crop the capture to just the relevant UI instead of the whole desktop, or re-save as JPEG at quality 85 before pasting.
Can I generate screenshot links in bulk? +
The current flow is one screenshot at a time, since the primary use case is quick share-on-the-fly. If you need to bulk-convert a folder of screenshots, script the upload against the file input and collect the returned URLs. For one-off sharing the single paste flow is faster than any queue.