Decoded locally
Your Base64 is decoded in the browser, and only the resulting file is uploaded.
Paste a Base64 string or a data: URI. It's decoded in your browser, uploaded as a real file, and returned as a short URL you can use anywhere.
01How it works
Paste a raw Base64 string or a full data: URI. It's decoded in your browser.
Keep the link for 24 hours or 7 days. The file is deleted automatically afterwards.
Copy the link, open it to check it, and paste it anywhere. Recent links stay listed in this browser.
02About
Base64 data URIs are handy inside code, but they're long, they bloat HTML and JSON, and many apps won't accept them. Converting one into a hosted file gives you a short, normal URL.
Decoding happens in your browser. If the input is a data: URI, its declared type is used. For raw Base64, the file type is detected from the first bytes, recognizing PNG, JPEG, GIF, WebP, PDF, ZIP, MP3, MP4, and more.
Replace a huge inline image in HTML, CSS, or email with a short URL.
See the actual image or PDF an API returned as Base64.
Turn a canvas.toDataURL() result into a shareable image link.
03Features
Your Base64 is decoded in the browser, and only the resulting file is uploaded.
The file type comes from the data: prefix or the file's own signature bytes.
Line breaks, spaces, URL-safe characters, and missing padding are handled.
Every upload is deleted automatically after 24 hours or 7 days, so nothing lingers.
Upload and share straight away. There's nothing to sign up for or log in to.
Uploads and links use encrypted HTTPS connections from end to end.
04FAQ
Paste the Base64 string or data:image/… URI and select Create link. The tool decodes it, detects the image type, uploads it, and gives you the URL.
The file is uploaded as generic binary data (application/octet-stream), and the link downloads it. Add a data:<type>;base64, prefix to set the type yourself.
No. Base64 is an encoding that anyone can reverse. Don't treat it as a way to protect sensitive data.
You choose: 24 hours or 7 days. After that the file is deleted automatically and the link stops working. Links can't be extended. Upload the file again for a new link.
Anyone who has the link. Links are long and random, so they can't be guessed, but anything you share can be forwarded. Don't upload passwords, ID documents, or other sensitive data.
Yes, it's free, and no account, email, or sign-up is needed. Each file can be up to 100 MB, and the service limits how many uploads you can make in a short time.
Not from this page yet; every link is removed automatically after its lifetime (at most 7 days). To report content that breaks the rules, use the contact page.
05More tools
Share other kinds of content the same way.