← Mu Drop

API

No keys. Rate limits: 10 uploads/hour, 1GB/day per IP.

Upload

curl -X POST --data-binary @photo.png \
  -H "X-Filename: photo.png" \
  "https://HOST/api/drop?ttl=72h"

ttl: 1h 12h 24h 72h 7d 30d keep (default 7d). Response: {"ok":true,"url":"…/f/abc123.png","id":"abc123","size":…,"expires_at":…,"delete_token":"…"}

Delete

curl -X POST https://HOST/api/drop-delete \
  -H 'Content-Type: application/json' \
  -d '{"id":"abc123","token":"…"}'

Report

curl -X POST https://HOST/api/drop-report \
  -H 'Content-Type: application/json' \
  -d '{"id":"abc123","reason":"…"}'

Status

GET /api/drop-stats → live file/byte counts. Note: this API takes raw bytes, not multipart — one curl flag simpler than Catbox's form.

FAQ · Terms · Privacy · Contact · Account · Stickers · Donate