I prefer
ShareX.
If anyone else is using it, you can use TalkImg as the upload destination:
1. Copy the code below.
2. Destination -> custom -> Import from clipboard -> Put your API key where it says "API-KEY-HERE"
{
"Version": "15.0.0",
"Name": "TalkImg",
"DestinationType": "ImageUploader",
"RequestMethod": "POST",
"RequestURL": "https://talkimg.com/api/1/upload",
"Headers": {
"X-API-Key": "API-KEY-HERE"
},
"Body": "MultipartFormData",
"Arguments": {
"type": "file",
"format": "json",
"description": "Uploaded by ShareX"
},
"FileFormName": "source",
"URL": "{json:image.url}",
"DeletionURL": "{json:image.delete_url}",
"ErrorMessage": "{json:error.message}"
}
Did you have any recent problem with this code @TryNinja? I have been trying to upload the pictures from the Pie contest but all I am getting is "Invalid response content is returned from host (talkimg.com), expected response content is JSON."
I'm still able to access the website, so I suppose that this has something to do with the code?