API
il Servizio permette l'uso delle API, solo ad utenti esperti, e per le quali non forniamo alcun tipo di assistenza
If you need short URL service integration with your site - this service provides API which works with GET and POST methods.
Simpliest method is GET: all you need is to send query string with URL encoded like
http://cliccami.info/?module=ShortURL&file=Add&url=http%3A%2F%2Fbrowsei.com%2FPictures%2F%3Fshow%3Dnew
or http://cliccami.info/?module=ShortURL&file=Add&mode=API&url=http://link-to-short.com/here/
As answer you'll have plain text string/s
with shorten URL - something like
http://cliccami.info/3f84cb
GET variables allowed:
go - either "twitter" or "pownce" -
redirects user to post forms on Twitter.com or Pownce.com with new
short link filled in forms automatically.
Also you can use POST method with link http://cliccami.info/?module=ShortURL&file=Add&mode=API
POST variables:
url - single URL submission
tag - custom tag to use with URL/s (note:
if tag is taken - you'll have error message instead of 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)
