You can ask for an account, which then has access to an API, but the configuration of the application is your responsibility.
Thanks I have tested the Api and as it was already suspected here it is not so easy, I hope it is OK for you and I have opened a
Greenshot feature requests there on the page once. Maybe we will get a plugin for it, hope it is OK for you, is a public API also planned or would they have to contact you then?
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}"
}