Urloid URL Shortner API allows users to embed short URL keyword services into third party applications or services. Websites reported to PhishTank will not be shortened.
Current API Version 1.5
API Location: http://urloid.com/api/
API Usage: http://urloid.com/api/?url=Long-URL&mask=Your_Keyword&slim=Domain&format=Results_Format&rmd=Randomly_Generated
Custom Keyword: mask=Custom-Keyword
Format: format=xml (default) or format=json
Random: rmd=1 (e.g. 3mzn)
Domain: slim=0 (urloid.com) or slim=1 (uoid.me)
Response:
<?xml version="1.0" encoding="UTF-8"?>
<response version="1.5">
<results>
<ushort>http://urloid.com/zimbra1</ushort>
</results>
</response>