Privacy-by-design ephemeral image sharing — no accounts, no tracking, no logs.
Images are permanently deleted after 24 hours.
curl -X POST https://api.imagehost.ing/upload \
-F "file=@photo.jpg"
curl -X POST https://api.imagehost.ing/upload \
-F "file=@photo.jpg" \
-F "burn=true"
A successful upload returns JSON with a url field — open it in any browser to view the image.
Supported types: JPEG, PNG, GIF, WEBP — max 5 MB.
All images expire after 24h; burned images are deleted on first view.