API
API
UrlKiss uses a very simple REST-like API. Simply set "x" to equal
the URL you want to shorten, like this:
http://urlkiss.com/api/?x=http://google.com
The response will be a plain text string containing the shortened URL:
http://urlkiss.com/0
You can use this for your own application development needs.