From 2faa1fede9cfe79e2bc93e3e5e2444e4f54cb32b Mon Sep 17 00:00:00 2001 From: Ahmed Date: Wed, 17 Jun 2026 15:45:51 +0300 Subject: fix: style, docs, and few routes --- files.gumx.cc/upload.html | 83 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 files.gumx.cc/upload.html (limited to 'files.gumx.cc/upload.html') diff --git a/files.gumx.cc/upload.html b/files.gumx.cc/upload.html new file mode 100644 index 0000000..e82bd96 --- /dev/null +++ b/files.gumx.cc/upload.html @@ -0,0 +1,83 @@ + + + + + + +files.gumx.cc / upload + + + +
+

gumx / files / upload

+
+
+

Upload a file using your token. Files expire after 24 hours by default. Max 256 MB.

+

web form

+

+

+

+

+

curl

+
curl -F "file=@photo.jpg" -H "Authorization: Bearer YOUR_TOKEN" https://files.gumx.cc/
+
+ + + + -- cgit v1.2.3