mirror-filecoffee-filehost/sharex.sxcu

13 lines
346 B
Text
Raw Normal View History

2024-06-02 17:32:54 +02:00
{
2024-06-09 14:38:24 +02:00
"Version": "13.7.0",
2024-06-02 17:32:54 +02:00
"Name": "filehost by file.coffee",
2024-06-09 14:38:24 +02:00
"DestinationType": "ImageUploader",
"RequestMethod": "POST",
"RequestURL": "http://example.com/upload?api=YOUR_API_KEY",
"Body": "MultipartFormData",
2024-06-02 17:32:54 +02:00
"FileFormName": "file",
2024-06-09 14:38:24 +02:00
"URL": "$json:url$",
"ThumbnailURL": "$json:thumb_url$",
"DeletionURL": "$json:delete_url$"
2024-06-02 17:32:54 +02:00
}