tytanium/example/tytanium.sxcu

16 lines
441 B
Plaintext

{
"Version": "13.5.0",
"DestinationType": "ImageUploader, TextUploader, FileUploader",
"RequestMethod": "POST",
"RequestURL": "https://yourdomainhere.com/upload",
"Parameters": {
"zerowidth": "$prompt:zero width (1=y, 0=n, 0 default)|0$"
},
"Headers": {
"Authorization": "your key here"
},
"Body": "MultipartFormData",
"FileFormName": "file",
"URL": "$json:data.uri$",
"ErrorMessage": "$json:message$"
}