FluffyUpload/example_sharex_config.sxcu
2024-07-10 19:19:32 +00:00

14 lines
343 B
Plaintext

{
"Version": "15.0.0",
"Name": "FluffUpload",
"DestinationType": "ImageUploader, FileUploader",
"RequestMethod": "POST",
"RequestURL": "https://upload.insertdomain.com",
"Headers": {
"X-API-Key": "insert_your_api_key_found_in_UPLOAD_SEC"
},
"Body": "MultipartFormData",
"FileFormName": "file",
"URL": "{json:url}"
}