diff --git a/tools.txt b/tools.txt new file mode 100644 index 0000000..4ccfa10 --- /dev/null +++ b/tools.txt @@ -0,0 +1,9 @@ + +Tools + +ShareX: https://getsharex.com +API + +To upload using curl or make a tool you can post using: +curl -i -F name=test.jpg -F file=@localfile.jpg https://uguu.se/api.php?d=upload (HTML Response) +curl -i -F name=test.jpg -F file=@localfile.jpg https://uguu.se/api.php?d=upload-tool (Plain text Response)