Link shortener
NDW is glad to present TIDDY.LINK, A fun project was created for our own needs but we though you might want to use as well, and we hope you enjoy it.
From the UI:
Simply copy-paste your original url and get a short one. Opening the short one in the browser would result into redirecting (302) to your original url.
Using API:
You can use the following POST request against the public endpoint https://api.tiddy.link/tiddy-links using the following payload (JSON) format:
[ { "url": "https://ndw.ai" } ]
Response:
{ "data": [ { "url": "https://tiddy.link/7ETRBZJw", "originalUrl": "https://ndw.ai" } ], "err": 0 }
No authorization required.