About URL Shortner
A very simple public url shortner.
The backend API for creating new links is at /urls.
Here is a sample curl command to create a new link
The backend API for creating new links is at /urls.
Here is a sample curl command to create a new link
curl -q -LSs -H "Content-Type: application/json" -X POST -d
'{"url":"My_URL","slug":"My_URL_Name"}' https://csj.lol/url