FluffyUpload/example_sharex_config.sxcu

14 lines
343 B
Plaintext
Raw Normal View History

2024-07-10 21:19:32 +02:00
{
"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}"
}