Upload
OR
Upload via API
Upload files using Data Dead Drop's API. We recommend your favourite HTTP client. For additional information, please refer to the API Documentation
curl
https://datadeaddrop.com/upload.json \
-F "upload[file][email protected]" -F "upload[expiry]=10" -F
"upload[uses]=3"
http -f POST
https://datadeaddrop.com/upload.json \
"upload[file]@file.txt" "upload[expiry]=10"
"upload[uses]=3"