IQURL API
If you need IQURL service integration with your site, we provide an API which works with GET and POST methods.
The simplest method is GET: all you need is to send a query string with the URL encoded like
http://www.iqurl.com/?module=ShortURL&file=Add&url=http%3A%2F%2Fbrowsei.com%2FPictures%2F%3Fshow%3Dnew
or http://www.iqurl.com/?module=ShortURL&file=Add&mode=API&url=http://link-to-short.com/here/
In the end, you'll have a plain text string with the shortened URL - something like
http://www.iqurl.com/3f84cb
GET variables allowed:
go - for "twitter" - it redirects the user to post forms on Twitter.com with the new short link filled in forms automatically.
You can also use the POST method with the link http://www.iqurl.com/?module=ShortURL&file=Add&mode=API
POST variables:
url - single URL submission
tag - custom tag to use with URLs (note: if tag is taken, you'll get an error message instead of a new address)
pass - password (numbers and english letters allowed, but no special symbols)
validTill - link expiration date - format is 2008-12-05 (YYYY-MM-DD = year-month-day)
bulk - bulk URLs (start each from new line)
