mirror of
https://github.com/filecoffee/filehost.git
synced 2024-11-13 19:49:56 +01:00
12 lines
346 B
Text
12 lines
346 B
Text
{
|
|
"Version": "13.7.0",
|
|
"Name": "filehost by file.coffee",
|
|
"DestinationType": "ImageUploader",
|
|
"RequestMethod": "POST",
|
|
"RequestURL": "http://example.com/upload?api=YOUR_API_KEY",
|
|
"Body": "MultipartFormData",
|
|
"FileFormName": "file",
|
|
"URL": "$json:url$",
|
|
"ThumbnailURL": "$json:thumb_url$",
|
|
"DeletionURL": "$json:delete_url$"
|
|
}
|