Remove CustomUploaders/
This commit is contained in:
parent
e9a04f0b08
commit
a019472fd2
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "0x0.st (Image uploader)",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://0x0.st",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"RegexList": [
|
|
||||||
".+"
|
|
||||||
],
|
|
||||||
"URL": "$regex:1$"
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "13.0.0",
|
|
||||||
"Name": "0x0.st (URL shortener)",
|
|
||||||
"DestinationType": "URLShortener",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://0x0.st",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"shorten": "$input$"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "URLShortener",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://9m.no/create",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"url": "$input$"
|
|
||||||
},
|
|
||||||
"RegexList": [
|
|
||||||
"\"shortenedUrl\"><a href=\"(.+)\">"
|
|
||||||
],
|
|
||||||
"URL": "$regex:1|1$"
|
|
||||||
}
|
|
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "Discord webhook (Image uploader)",
|
|
||||||
"DestinationType": "ImageUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "Webhook URL",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"content": "**$filename$**",
|
|
||||||
"username": "ShareX",
|
|
||||||
"avatar_url": "https://getsharex.com/img/ShareX_Logo.png",
|
|
||||||
"tts": "false"
|
|
||||||
},
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "$json:attachments[0].url$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "Discord webhook (URL sharing service)",
|
|
||||||
"DestinationType": "URLSharingService",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "Webhook URL",
|
|
||||||
"Body": "JSON",
|
|
||||||
"Data": "{\n \"content\": \"$input$\",\n \"username\": \"ShareX\",\n \"avatar_url\": \"https://getsharex.com/img/ShareX_Logo.png\",\n \"tts\": false\n}"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "Discord webhook embed (URL sharing service)",
|
|
||||||
"DestinationType": "URLSharingService",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "Webhook URL",
|
|
||||||
"Body": "JSON",
|
|
||||||
"Data": "{\n \"username\": \"ShareX\",\n \"avatar_url\": \"https://getsharex.com/img/ShareX_Logo.png\",\n \"tts\": false,\n \"embeds\": [\n {\n \"title\": \"$input$\",\n \"image\": {\n \"url\": \"$input$\"\n }\n }\n ]\n}"
|
|
||||||
}
|
|
@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "Jirafeau",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://jirafeau_domain_address/script.php",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"upload_password": "put_password_here",
|
|
||||||
"time": "month"
|
|
||||||
},
|
|
||||||
"FileFormName": "file",
|
|
||||||
"RegexList": [
|
|
||||||
"(.+)\\n(.+)"
|
|
||||||
],
|
|
||||||
"URL": "http://jirafeau_domain_address/f.php?h=$regex:1|1$&p=1",
|
|
||||||
"DeletionURL": "https://jirafeau_domain_address/f.php?h=$regex:1|1$&d=$regex:1|2$"
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "aboo.se",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://api.aboo.se/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "File",
|
|
||||||
"URL": "$json:data.file.url.full$",
|
|
||||||
"ThumbnailURL": "$json:data.file.url.direct$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "13.0.1",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://api.anonfiles.com/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "$json:data.file.url.full$"
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://aww.moe/upload.php",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "files[]",
|
|
||||||
"URL": "https://aww.moe/$json:files[0].url$"
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://bakka.me/upload.php",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "files[]",
|
|
||||||
"RegexList": [
|
|
||||||
"\"url\":\"(?:.+\\\\/)?(.*?)\""
|
|
||||||
],
|
|
||||||
"URL": "https://a.bakka.me/$regex:1,1$"
|
|
||||||
}
|
|
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"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$"
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "boring.host (Anonymous)",
|
|
||||||
"DestinationType": "ImageUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://api.boring.host/api/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "https://i.boring.host/$json:data.code$.$json:data.extension$"
|
|
||||||
}
|
|
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "boring.host (User)",
|
|
||||||
"DestinationType": "ImageUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://api.boring.host/api/v1/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"api_token": "<your token>"
|
|
||||||
},
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "https://i.boring.host/$json:images[0].code$.$json:images[0].extension$",
|
|
||||||
"ThumbnailURL": "https://i.boring.host/thumbnail/$json:images[0].code$.$json:images[0].extension$",
|
|
||||||
"DeletionURL": "$json:images[0].deletion_url$"
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://bpaste.net/",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"code": "$input$",
|
|
||||||
"lexer": "text",
|
|
||||||
"expiry": "never"
|
|
||||||
},
|
|
||||||
"URL": "$responseurl$"
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "TextUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://cancer-co.de/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"text": "$input$"
|
|
||||||
},
|
|
||||||
"URL": "$json:url$",
|
|
||||||
"DeletionURL": "$json:del_url$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://capella.pics/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "$json:url$"
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://catbox.moe/user/api.php",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"reqtype": "fileupload"
|
|
||||||
},
|
|
||||||
"FileFormName": "fileToUpload"
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://catgirlsare.sexy/api/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"key": "[insert user key here]"
|
|
||||||
},
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "$json:url$"
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "chevereto.com",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://demo.chevereto.com/api/1/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"key": "Your API key goes here",
|
|
||||||
"format": "redirect"
|
|
||||||
},
|
|
||||||
"FileFormName": "source",
|
|
||||||
"URL": "$responseurl$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "clyp.it",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://upload.clyp.it/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "audioFile",
|
|
||||||
"URL": "$json:Url$"
|
|
||||||
}
|
|
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://cockfile.com/api.php",
|
|
||||||
"Parameters": {
|
|
||||||
"d": "upload-tool"
|
|
||||||
},
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"name": "",
|
|
||||||
"randomname": "1"
|
|
||||||
},
|
|
||||||
"FileFormName": "file"
|
|
||||||
}
|
|
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://digitaaldelen.nl/index.php",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"album": "0",
|
|
||||||
"agree": "1"
|
|
||||||
},
|
|
||||||
"FileFormName": "file",
|
|
||||||
"RegexList": [
|
|
||||||
"1(?<url>.+)"
|
|
||||||
],
|
|
||||||
"URL": "$regex:1,url$"
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "dnlk.de",
|
|
||||||
"DestinationType": "ImageUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://api.dnlk.de/",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "$json:url$",
|
|
||||||
"DeletionURL": "$json:delete$"
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://dpaste.com/api/v2/",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"content": "$input$",
|
|
||||||
"expiry_days": "365"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "dropfile.to",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://$random:d1|d2|d3$.dropfile.to/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "$json:url$"
|
|
||||||
}
|
|
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "dtransfer.net (Anonymous)",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://dtransfer.net/en/api/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"store_days": "14",
|
|
||||||
"auto_renew": "1"
|
|
||||||
},
|
|
||||||
"FileFormName": "files[]",
|
|
||||||
"URL": "$json:data.link$"
|
|
||||||
}
|
|
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "dtransfer.net (User)",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://dtransfer.net/en/api/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"api_token": "",
|
|
||||||
"store_days": "14",
|
|
||||||
"auto_renew": "1"
|
|
||||||
},
|
|
||||||
"FileFormName": "files[]",
|
|
||||||
"URL": "$json:data.link$"
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "elixi.re (URL shortener)",
|
|
||||||
"DestinationType": "URLShortener",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://elixi.re/api/shorten",
|
|
||||||
"Headers": {
|
|
||||||
"Authorization": "YOUR_TOKEN"
|
|
||||||
},
|
|
||||||
"Body": "JSON",
|
|
||||||
"Data": "{\n \"url\": \"$input$\"\n}",
|
|
||||||
"URL": "$json:url$"
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://elixi.re/api/upload",
|
|
||||||
"Headers": {
|
|
||||||
"Authorization": "UPLOADER-TOKEN-GOES-HERE (GET YOURS AT https://elixi.re/account.html)"
|
|
||||||
},
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "f",
|
|
||||||
"URL": "$json:url$",
|
|
||||||
"DeletionURL": "https://elixi.re/api/delete/$json:shortname$?token=YOUR_TOKEN"
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://epvpimg.com/upload/",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "files",
|
|
||||||
"URL": "$json:[0].url$",
|
|
||||||
"ThumbnailURL": "$json:[0].thumbnail_url$",
|
|
||||||
"DeletionURL": "$json:[0].delete_url$"
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "file.bin.moe (Image uploader)",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://file.bin.moe/api/objects/upload",
|
|
||||||
"Headers": {
|
|
||||||
"baka_token": "YOUR_TOKEN_HERE"
|
|
||||||
},
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "http://binned.me/$json:full_result_id$"
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "file.bin.moe (URL shortener)",
|
|
||||||
"DestinationType": "URLShortener",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://file.bin.moe/api/objects/shorten",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"token": "YOUR_TOKEN_HERE",
|
|
||||||
"url": "$input$"
|
|
||||||
},
|
|
||||||
"URL": "http://i1.tf/$json:o.result_id$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://file.coffee/api",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "image",
|
|
||||||
"URL": "https://file.coffee/$json:filename$"
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://file.io/",
|
|
||||||
"Parameters": {
|
|
||||||
"expires": "1w"
|
|
||||||
},
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "$json:link$"
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "file.wine (Random)",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://$random:depressive.club|xpross.center|hypixel.party|send-me-more.cash|niggers.group|fuck-your.party|sharex.host|niggers.farm|niggers.cool|skidding-for.life|png.party|doxing.services|mojang.sucks|discord.sucks|pls-kill.me|hitler.cool|ariana-gran.de|wrist-sl.it|rape.horse|niggers.life|buy-a-nig.ga|hitler.ooo|dont-dox.me$/upload.php",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "https://$json:responseurl$/$json:file$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://file.wine/upload.php",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "https://file.wine/$json:file$"
|
|
||||||
}
|
|
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://framapic.org/",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"format": "json",
|
|
||||||
"delete-day": "0",
|
|
||||||
"first-view": "0",
|
|
||||||
"crypt": "0",
|
|
||||||
"keep-exif": "0"
|
|
||||||
},
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "https://framapic.org/$json:msg.short$",
|
|
||||||
"DeletionURL": "https://framapic.org/d/$json:msg.real_short$/$json:msg.token$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://fred.moe/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "$json:files[0].url$"
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://freeimage.host/api/1/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"key": "6d207e02198a847aa98d0a2a901485a5",
|
|
||||||
"format": "redirect"
|
|
||||||
},
|
|
||||||
"FileFormName": "source",
|
|
||||||
"URL": "$responseurl$"
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "URLShortener",
|
|
||||||
"RequestMethod": "GET",
|
|
||||||
"RequestURL": "https://fuck.it/api/",
|
|
||||||
"Parameters": {
|
|
||||||
"key": "YOUR KEY HERE",
|
|
||||||
"url": "$input$"
|
|
||||||
},
|
|
||||||
"URL": "$json:short$"
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://fuwa.se/api/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "files[]",
|
|
||||||
"URL": "$json:files[0].url$"
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "URLShortener",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://git.io/create",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"url": "$input$"
|
|
||||||
},
|
|
||||||
"URL": "https://git.io/$response$"
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "13.1.0",
|
|
||||||
"Name": "glot.io (Anonymous)",
|
|
||||||
"DestinationType": "TextUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://snippets.glot.io/snippets",
|
|
||||||
"Headers": {
|
|
||||||
"Content-type": "application/json"
|
|
||||||
},
|
|
||||||
"Body": "JSON",
|
|
||||||
"Data": "{\"language\":\"plaintext\",\"title\":\"$filename$\",\"public\":true,\"files\":[{\"name\":\"$filename$\",\"content\":\"$input$\"}]}",
|
|
||||||
"URL": "https://glot.io/snippets/$json:id$"
|
|
||||||
}
|
|
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "13.1.0",
|
|
||||||
"Name": "glot.io (User)",
|
|
||||||
"DestinationType": "TextUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://snippets.glot.io/snippets",
|
|
||||||
"Headers": {
|
|
||||||
"Authorization": "Token YOUR-TOKEN",
|
|
||||||
"Content-type": "application/json"
|
|
||||||
},
|
|
||||||
"Body": "JSON",
|
|
||||||
"Data": "{\"language\":\"plaintext\",\"title\":\"$filename$\",\"public\":false,\"files\":[{\"name\":\"$filename$\",\"content\":\"$input$\"}]}",
|
|
||||||
"URL": "https://glot.io/snippets/$json:id$"
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "hnng.moe (File uploader)",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://www.hnng.moe/upload_d.php",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "$json:url$",
|
|
||||||
"DeletionURL": "$json:deletelink$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "hnng.moe (URL shortener)",
|
|
||||||
"RequestMethod": "GET",
|
|
||||||
"RequestURL": "http://www.hnng.moe/shortapi.php",
|
|
||||||
"Parameters": {
|
|
||||||
"url": "$input$"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "13.0.0",
|
|
||||||
"DestinationType": "TextUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://httpbin.org/anything",
|
|
||||||
"Parameters": {
|
|
||||||
"Arg1": "Value1",
|
|
||||||
"Arg2": "Value2",
|
|
||||||
"Arg3": "Value3"
|
|
||||||
},
|
|
||||||
"Headers": {
|
|
||||||
"Header1": "Value1",
|
|
||||||
"Header2": "Value2",
|
|
||||||
"Header3": "Value3"
|
|
||||||
},
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"Form1": "Value1",
|
|
||||||
"Form2": "Value2",
|
|
||||||
"Form3": "Value3"
|
|
||||||
},
|
|
||||||
"FileFormName": "file"
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "URLShortener",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://i-am.a-virg.in/api/shorten",
|
|
||||||
"Parameters": {
|
|
||||||
"link": "$input$"
|
|
||||||
},
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"URL": "$json:url$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://imgops.com/upload/uploadPhoto-action.asp",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "photo",
|
|
||||||
"URL": "$responseurl$"
|
|
||||||
}
|
|
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://imgup.net/upload",
|
|
||||||
"Headers": {
|
|
||||||
"Accept": "application/json"
|
|
||||||
},
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"_method": "put"
|
|
||||||
},
|
|
||||||
"FileFormName": "image[image][]",
|
|
||||||
"URL": "$json:direct_link$",
|
|
||||||
"ThumbnailURL": "$json:thumb_link$"
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://imgur.com/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "Filedata",
|
|
||||||
"URL": "http://imgur.com/$json:data.hash$"
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "ipfs.io",
|
|
||||||
"DestinationType": "ImageUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://localhost:5001/api/v0/add",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "https://ipfs.io/ipfs/$json:Hash$"
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"Name": "is-inside.me",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestURL": "https://<YOUR_USERNAME>.is-inside.me/upload",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"Headers": {
|
|
||||||
"key": "<YOUR_KEY>"
|
|
||||||
},
|
|
||||||
"URL": "$json:url$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://itmages.ru/api/v3/pictures",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "http://$json:success.storage$.static.itmages.ru/$json:success.picture$",
|
|
||||||
"ThumbnailURL": "http://$json:success.storage$.static.itmages.ru/$json:success.thumbnail$"
|
|
||||||
}
|
|
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://itsosticky.com/resource/add_upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"category": "unpublished",
|
|
||||||
"title": "",
|
|
||||||
"album": "false",
|
|
||||||
"album_title": "",
|
|
||||||
"album_ref": ""
|
|
||||||
},
|
|
||||||
"FileFormName": "upload",
|
|
||||||
"URL": "https://itsosticky.com/$json:ref$"
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://ix.io",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "f:1"
|
|
||||||
}
|
|
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "jbcdn.net",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://STORAGEBOXSLUG.jbcdn.net/YOURFILEPATH/$filename$",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"upkey": "YOURAPIKEY"
|
|
||||||
},
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "$json:result.URL$",
|
|
||||||
"ThumbnailURL": "$json:result.URL$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "URLShortener",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://leo.immobilien/api/create",
|
|
||||||
"Body": "JSON",
|
|
||||||
"Data": "{\"url\":\"$input$\"}",
|
|
||||||
"URL": "https://leo.immobilien/$json:urlKey$"
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://lewd.pics/p/",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"curl2": "1"
|
|
||||||
},
|
|
||||||
"FileFormName": "fileToUpload"
|
|
||||||
}
|
|
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://lewd.se/api.php",
|
|
||||||
"Parameters": {
|
|
||||||
"d": "upload-tool"
|
|
||||||
},
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"name": "",
|
|
||||||
"randomname": ""
|
|
||||||
},
|
|
||||||
"FileFormName": "file"
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://lookpic.com/upload.php",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "image",
|
|
||||||
"RegexList": [
|
|
||||||
"value='<a href=\"(.+?)\".+<img src=\"(.+?)\""
|
|
||||||
],
|
|
||||||
"URL": "$regex:1,1$",
|
|
||||||
"ThumbnailURL": "$regex:1,2$"
|
|
||||||
}
|
|
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://lut.im/",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"format": "json",
|
|
||||||
"delete-day": "0",
|
|
||||||
"first-view": "0",
|
|
||||||
"crypt": "0",
|
|
||||||
"keep-exif": "0"
|
|
||||||
},
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "https://lut.im/$json:msg.short$",
|
|
||||||
"DeletionURL": "https://lut.im/d/$json:msg.real_short$/$json:msg.token$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://magaimg.net/",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "img[]",
|
|
||||||
"URL": "$responseurl$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://miyako.xyz/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "https://miyako.xyz/download/$json:data.items[0].id$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://myfile.org/api/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "$json:data.file.url.short$"
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://needsmorejpeg.com/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "image",
|
|
||||||
"URL": "$responseurl$.jpeg"
|
|
||||||
}
|
|
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "13.0.0",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://oshi.at/",
|
|
||||||
"Parameters": {
|
|
||||||
"randomizefn": "1",
|
|
||||||
"shorturl": "1",
|
|
||||||
"expire": "129600"
|
|
||||||
},
|
|
||||||
"Headers": {
|
|
||||||
"X-Requested-With": "XMLHttpRequest"
|
|
||||||
},
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "f[]",
|
|
||||||
"URL": "$json:files[0].url$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "13.1.0",
|
|
||||||
"DestinationType": "URLShortener",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://owo.vc/generate",
|
|
||||||
"Body": "JSON",
|
|
||||||
"Data": "{\n \"link\": \"$input$\",\n \"generator\": \"owo\",\n \"preventScrape\": false,\n \"owoify\": false\n}",
|
|
||||||
"URL": "$json:result$"
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "TextUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://p.ip.fi/",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"paste": "$input$"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "paste.kde.org (Sticky Notes)",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://paste.kde.org/api/json/create",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"data": "$input$",
|
|
||||||
"language": "text",
|
|
||||||
"title": "Test",
|
|
||||||
"private": "true",
|
|
||||||
"expire": "31536000"
|
|
||||||
},
|
|
||||||
"URL": "https://paste.kde.org/$json:result.id$/$json:result.hash$"
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "paste.scratchbook.ch (Stikked)",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://paste.scratchbook.ch/api/create",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"text": "$input$",
|
|
||||||
"private": "1",
|
|
||||||
"lang": "text"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://paste.ubuntu.com/",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"poster": "ShareX",
|
|
||||||
"syntax": "text",
|
|
||||||
"content": "$input$"
|
|
||||||
},
|
|
||||||
"URL": "$responseurl$"
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://pasteboard.co/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "$json:url$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://pi.gy/api/image",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "$json:image.url$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.2",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://pictshare.net/api/upload.php",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "postimage",
|
|
||||||
"URL": "http://www.pictshare.net/$json:hash$",
|
|
||||||
"ThumbnailURL": "http://www.pictshare.net/300x300/$json:hash$"
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://pixeldrain.com/api/file",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "https://pixeldrain.com/u/$json:id$",
|
|
||||||
"ThumbnailURL": "https://pixeldrain.com/api/file/$json:id$/thumbnail"
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://pomf.pl/upload.php",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "files[]",
|
|
||||||
"URL": "http://i.pomf.pl/$json:files[0].url$"
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://pomf.se/upload.php",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "files[]",
|
|
||||||
"URL": "$json:files[0].url$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://prntscr.com/upload.php",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "image",
|
|
||||||
"URL": "$json:data$"
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://ptpimg.me/upload.php",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"api_key": "YOUR API KEY HERE"
|
|
||||||
},
|
|
||||||
"FileFormName": "file-upload[0]",
|
|
||||||
"URL": "https://ptpimg.me/$json:[0].code$.$json:[0].ext$"
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://put.nu/py/main.py",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"RegexList": [
|
|
||||||
"href=\"(.+)\""
|
|
||||||
],
|
|
||||||
"URL": "$regex:1,1$"
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "put.re",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://api.put.re/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "$json:data.link$",
|
|
||||||
"ThumbnailURL": "$json:data.thumbnailLink$",
|
|
||||||
"DeletionURL": "$json:data.deleteLink$"
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "put.tf",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://api.put.tf/file",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "$json:data.url$",
|
|
||||||
"DeletionURL": "$json:data.deletion_url$"
|
|
||||||
}
|
|
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://puush.me/api/up",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"k": "YOUR API KEY",
|
|
||||||
"z": "poop"
|
|
||||||
},
|
|
||||||
"FileFormName": "f",
|
|
||||||
"RegexList": [
|
|
||||||
"(?<=,)(.+?)(?=,)"
|
|
||||||
],
|
|
||||||
"URL": "$regex:1$"
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "URLShortener",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://questionable.link/shorten",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"url": "$input$"
|
|
||||||
},
|
|
||||||
"URL": "$json:url$",
|
|
||||||
"DeletionURL": "$json:del_url$"
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "ratelimited.me (Random)",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://api.ratelimited.me/upload/pomf",
|
|
||||||
"Parameters": {
|
|
||||||
"key": "YOUR_API_KEY"
|
|
||||||
},
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "files[]",
|
|
||||||
"URL": "https://$random:ratelimited.me|b1nzy.ratelimited.me|add-other-domains-here.ratelimited.me$/$json:files[0].url$"
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "ratelimited.me",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://api.ratelimited.me/upload/pomf",
|
|
||||||
"Parameters": {
|
|
||||||
"key": "YOUR_API_KEY"
|
|
||||||
},
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "files[]",
|
|
||||||
"URL": "https://ratelimited.me/$json:files[0].url$"
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "rebrandly.com",
|
|
||||||
"DestinationType": "URLShortener",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://api.rebrandly.com/v1/links",
|
|
||||||
"Headers": {
|
|
||||||
"apikey": "YOUR_API_KEY"
|
|
||||||
},
|
|
||||||
"Body": "JSON",
|
|
||||||
"Data": "{\n \"destination\": \"$input$\"\n}",
|
|
||||||
"URL": "https://$json:shortUrl$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "ImageUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://screenshotting.site/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "img",
|
|
||||||
"URL": "$json:url$"
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "short.cm",
|
|
||||||
"DestinationType": "URLShortener",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://api.short.cm/links",
|
|
||||||
"Headers": {
|
|
||||||
"Authorization": "YOUR_API_KEY"
|
|
||||||
},
|
|
||||||
"Body": "JSON",
|
|
||||||
"Data": "{\n \"domain\": \"YOUR_DOMAIN\",\n \"originalURL\": \"$input$\"\n}",
|
|
||||||
"URL": "$json:shortURL$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "URLShortener",
|
|
||||||
"RequestMethod": "GET",
|
|
||||||
"RequestURL": "https://shtn.pw/api/generate",
|
|
||||||
"Parameters": {
|
|
||||||
"url": "$input$"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://sm.ms/api/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"ssl": "false",
|
|
||||||
"format": "json"
|
|
||||||
},
|
|
||||||
"FileFormName": "smfile",
|
|
||||||
"URL": "$json:data.url$",
|
|
||||||
"DeletionURL": "$json:data.delete$"
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://sr.ht/api/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"key": "Your API key here"
|
|
||||||
},
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "$json:url$"
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "http://stepload.de",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "files",
|
|
||||||
"URL": "$json:url$"
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "13.0.1",
|
|
||||||
"Name": "support.discordapp.com",
|
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://hammerandchisel.zendesk.com/api/v2/uploads.json",
|
|
||||||
"Parameters": {
|
|
||||||
"filename": "$filename$"
|
|
||||||
},
|
|
||||||
"Body": "Binary",
|
|
||||||
"URL": "$json:upload.attachment.mapped_content_url$",
|
|
||||||
"ThumbnailURL": "$json:upload.attachment.thumbnails[0].mapped_content_url$"
|
|
||||||
}
|
|
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "teknik.io (File uploader)",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://api.teknik.io/v1/Upload",
|
|
||||||
"Headers": {
|
|
||||||
"Authorization": "Basic $base64:YOUR_USERNAME_HERE:YOUR_TOKEN_HERE$"
|
|
||||||
},
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"genDeletionKey": "true",
|
|
||||||
"doNotTrack": "true"
|
|
||||||
},
|
|
||||||
"FileFormName": "file",
|
|
||||||
"URL": "$json:result.url$",
|
|
||||||
"DeletionURL": "$json:result.url$/$json:result.deletionKey$"
|
|
||||||
}
|
|
@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "teknik.io (Text uploader)",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://api.teknik.io/v1/Paste",
|
|
||||||
"Headers": {
|
|
||||||
"Authorization": "Basic $base64:YOUR_USERNAME_HERE:YOUR_TOKEN_HERE$"
|
|
||||||
},
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"code": "$input$",
|
|
||||||
"title": "",
|
|
||||||
"syntax": "auto-detect",
|
|
||||||
"expireUnit": "never",
|
|
||||||
"password": "",
|
|
||||||
"hide": "true",
|
|
||||||
"doNotTrack": "true"
|
|
||||||
},
|
|
||||||
"URL": "$json:result.url$"
|
|
||||||
}
|
|
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"Name": "teknik.io (URL shortener)",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://api.teknik.io/v1/Shorten",
|
|
||||||
"Headers": {
|
|
||||||
"Authorization": "Basic $base64:YOUR_USERNAME_HERE:YOUR_TOKEN_HERE$"
|
|
||||||
},
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"Arguments": {
|
|
||||||
"url": "$input$",
|
|
||||||
"doNotTrack": "true"
|
|
||||||
},
|
|
||||||
"URL": "$json:result.shortUrl$"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": "12.4.1",
|
|
||||||
"DestinationType": "FileUploader",
|
|
||||||
"RequestMethod": "POST",
|
|
||||||
"RequestURL": "https://temp.sh/upload",
|
|
||||||
"Body": "MultipartFormData",
|
|
||||||
"FileFormName": "uploadfile",
|
|
||||||
"URL": "$response$"
|
|
||||||
}
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user