14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
|
{
|
||
|
"Version": "12.4.1",
|
||
|
"DestinationType": "ImageUploader",
|
||
|
"RequestMethod": "POST",
|
||
|
"RequestURL": "https://beeimg.com/api/upload/file/json/",
|
||
|
"Body": "MultipartFormData",
|
||
|
"Arguments": {
|
||
|
"apikey": "API_KEY_GOES_HERE"
|
||
|
},
|
||
|
"FileFormName": "image",
|
||
|
"URL": "https:$json:files.url$",
|
||
|
"ThumbnailURL": "https:$json:files.thumbnail_url$",
|
||
|
"DeletionURL": "$json:files.delete_url$"
|
||
|
}
|