Help with uploading.


Currently allowed media types

Currently not allowed media types


Upload via cURL

Use curl to upload files directly:

curl -F "file=@yourfile.png" -F "ttl=1d" https://vermin.uname.network/upload

Replace yourfile.png with your file and choose a TTL option.

Options

Default TTL is 1 hour



Upload via External Program/Script

If you plan on using ShareX to upload, there is a Custom Uploader profile available here
For Linux command line users, there is a bash script here