13 lines
344 B
Plaintext
13 lines
344 B
Plaintext
{
|
|
"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$"
|
|
} |