ImageHost.ing

Privacy-by-design ephemeral image sharing — no accounts, no tracking, no logs.

📷
Drop image here or click to browse
JPEG, PNG, GIF, WEBP — max 5 MB
preview
deletes on first view

Images are permanently deleted after 24 hours.

Your link
Uploads are full for today — try again tomorrow.

API

Base URL  https://api.imagehost.ing
Upload an image
curl -X POST https://api.imagehost.ing/upload \ -F "file=@photo.jpg"
Upload & burn after reading
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.