Last active
September 15, 2024 22:43
-
-
Save angelfor3v3r/3b1784f7b0ebd8a1c04303343115e6ca to your computer and use it in GitHub Desktop.
Shlink ShareX config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "16.1.0", | |
"Name": "Shlink", | |
"DestinationType": "URLShortener", | |
"RequestMethod": "POST", | |
"RequestURL": "your-api-url-here/rest/v3/short-urls", | |
"Headers": { | |
"X-Api-Key": "your-api-key-here" | |
}, | |
"Body": "JSON", | |
"Data": "{\n \"longUrl\": \"{input}\",\n \"forwardQuery\": true,\n \"findIfExists\": true,\n \"crawlable\": false,\n \"shortCodeLength\": 4\n}", | |
"URL": "{json:shortUrl}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment