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}" +}