You can use our API in your web applications to generate shortened URLs in the following easy way:
Issue an HTTP GET request to the following URL
http://swturl.com/?=http://URL
(Where http://URL is a long URL)
The shortened URL will be printed as content type text/plain
Be sure you do not use escaped url. eg.
http://swturl.com/?=http://blah.com/blah.php?blah=blah&something=nothing
is right
But
http://swturl.com/?=http://blah.com/blah.php%3Fblah%3Dblah%26something%3Dnothing
is wrong!
