All images are permanently deleted after 24 hours.
curl https://image-host.singapore.workers.dev/
curl -X POST https://image-host.singapore.workers.dev/upload \
-F "file=@photo.jpg"
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.