Image Host

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

All images are permanently deleted after 24 hours.

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

API

Base URL  https://image-host.singapore.workers.dev
Check quota
curl https://image-host.singapore.workers.dev/
Upload an image
curl -X POST https://image-host.singapore.workers.dev/upload \ -F "file=@photo.jpg"
Upload & burn after reading
curl -X POST https://image-host.singapore.workers.dev/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.