http://drop.i2p
Default: 24h password - Optional password protection max_downloads - Max download count before auto-delete keep_metadata -
Set to "1" to preserve EXIF/GPS data Example: $ curl -X POST -F "
[email protected]" -F "expiry=168h" http://drop.i2p/api/upload Response: {
"id": "k7x9m2",
"url": "/f/k7x9m2",
"delete_token": "a4f8c1e9b2d6"
} With password protection: $ curl -X POST \
-F "
[email protected]" \
-F "expiry=168h" \
-F "password=secretpass" \
-F "max_downloads=10" \
...