ImageHost.ing

1 min read Original article ↗

📷

Drop image here or click to browse

JPEG, PNG, GIF, WEBP — max 5 MB

deletes on first view

All images are permanently deleted after 24 hours.

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 "[email protected]"

Upload & burn after reading

curl -X POST https://api.imagehost.ing/upload \ -F "[email protected]" \ -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.