Skip to content

Instantly share code, notes, and snippets.

@hexandcube
Created May 23, 2024 15:03
Show Gist options
  • Save hexandcube/6639399dab762785c5c5b40144969858 to your computer and use it in GitHub Desktop.
Save hexandcube/6639399dab762785c5c5b40144969858 to your computer and use it in GitHub Desktop.
Short.io ShareX Custom Uploader Configuration
{
"Version": "16.1.0",
"Name": "Short.io",
"DestinationType": "URLShortener",
"RequestMethod": "POST",
"RequestURL": "https://api.short.io/links",
"Headers": {
"Authorization": "YOUR_API_KEY_HERE"
},
"Body": "JSON",
"Data": "{\n \"domain\": \"YOUR_SHORTIO_DOMAIN_HERE\",\n \"originalURL\": \"{input}\"\n}",
"URL": "{json:secureShortURL}",
"ErrorMessage": "{json:error}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment