13 lines
315 B
Plaintext
13 lines
315 B
Plaintext
|
{
|
||
|
"Version": "12.4.1",
|
||
|
"Name": "elixi.re (URL shortener)",
|
||
|
"DestinationType": "URLShortener",
|
||
|
"RequestMethod": "POST",
|
||
|
"RequestURL": "https://elixi.re/api/shorten",
|
||
|
"Headers": {
|
||
|
"Authorization": "YOUR_TOKEN"
|
||
|
},
|
||
|
"Body": "JSON",
|
||
|
"Data": "{\n \"url\": \"$input$\"\n}",
|
||
|
"URL": "$json:url$"
|
||
|
}
|