One recipe
Screenshots, clips, a file sitting on disk. Four megabytes, no account, gone in 24h. Anything bigger goes on the home page drop zone. This dest tops out at 4 MB, not a gigabyte.
curl -sS -F "file=@./shot.png" https://extrasauce.lol/api/upload/direct
The JSON comes back with a url. Without curl -c/-b cookies, the upload will not show up in your browser dashboard. That is fine. You wanted a link, not a filing cabinet.
ShareX
Custom dest. Import the .sxcu, set it as the image/file uploader, keep shooting.
Flameshot
Same POST. Pipe the capture and take the url.
flameshot gui --raw | curl -sS -F "file=@-;filename=screenshot.png" https://extrasauce.lol/api/upload/direct
xtra