From 735b8a5cb6c5f55dce2b97d41981dc297505b78a Mon Sep 17 00:00:00 2001 From: matu6968 Date: Wed, 10 Jul 2024 19:08:00 +0000 Subject: [PATCH] add new sharex example config --- example_sharex_config.sxcu | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 example_sharex_config.sxcu diff --git a/example_sharex_config.sxcu b/example_sharex_config.sxcu new file mode 100644 index 0000000..973a433 --- /dev/null +++ b/example_sharex_config.sxcu @@ -0,0 +1,13 @@ +{ + "Version": "15.0.0", + "Name": "FluffUpload", + "DestinationType": "ImageUploader, FileUploader", + "RequestMethod": "POST", + "RequestURL": "https://r2.insertr2domain.com", + "Headers": { + "X-API-Key": "insert_your_api_key_found_in_UPLOAD_SEC" + }, + "Body": "MultipartFormData", + "FileFormName": "file", + "URL": "{json:url}" +}