[–] TimLeland 7y ago ↗ Are you planning to host? I'd be happy to add this as a shortener for my extension https://chrome.google.com/webstore/detail/url-shortener/oodf...Just need an api to shorten urls [–] hq6 7y ago ↗ The system isn't designed to be very high-throughput, but I do plan to keep hosting on https://hq6.me/u/.The API is to shorten is simply a POST request to hq6.me/u/ with `fullUrl` and optional `desiredShortUrl` as parameters.
[–] hq6 7y ago ↗ The system isn't designed to be very high-throughput, but I do plan to keep hosting on https://hq6.me/u/.The API is to shorten is simply a POST request to hq6.me/u/ with `fullUrl` and optional `desiredShortUrl` as parameters.
2 comments
[ 4.4 ms ] story [ 21.3 ms ] threadJust need an api to shorten urls
The API is to shorten is simply a POST request to hq6.me/u/ with `fullUrl` and optional `desiredShortUrl` as parameters.