[–] TimLeland 8y 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 8y 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 8y 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
[ 3.1 ms ] story [ 11.0 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.