You can use our API to automate file uploads.
Method: POST
Params: file=/path/to/test.jpg; max_views=[1 to 1000]; max_time=[1 to 120];
Only the file param is required, the rest, if not specified, will be set to the following default values:
max_views=0; max_time=60
URL: https://illegalcybercri.me/api/v1/upload
Example with CURL:
curl -F "file=@/Users/myuser/test.jpg" -F "max_views=0" -F "max_time=60" https://illegalcybercri.me/api/v1/upload
This file has no download limit, and will expire in 1 hour.