API
What is UrlAl.Com API?
It is an application interface which helps you to build your own short url service by using our infrastructure.
How can I Add to My Website?
<iframe src="http://urlal.com/i/iframe"></iframe>
By using the code above, you can easily give short url service to your website visitors.
How can I Use Your Infrastructure on My Own Application?
http://urlal.com/?u=google.com&o=t
By making request like the above format, you can generate short urls from your application.
u parameter, shows url to be shorten. We given google.com as an example.
o parameter, shows the result format. Possible values are:
t value, gives the result as text.
j value, gives the result as json.
x value, gives the result as xml.