HOME
CONTACT TOOLS DEVELOPERS
CONTACT TOOLS DEVELOPERS
Developer's Section
Welcome to the ACi.DO API! If you're looking to create tinyurls with ACI.DO or retrieve stats about your links, you've come to the right place.

In order to use the ACi.DO API you need to register, login and then request an API key from the current page.
You will need the API key to authenticate your request through the API's methods.
  • Method: POST
  • Parameters Format: JSON
  • Response Format: JSON
  • API Url: https://aci.do/api/acidoapi.svc/ShortUrl/
  • username [string]: the username used to login on ACi.DO website
  • apikey [string]: the API key obtained from the developer page
  • fullurl [string]: the url to shorten
  • tinylength [int]: the length of the shortened url (depends also on user profile)
  • adenable [bool]: enable or disable the ads during the redirect
  • result [int]: the result of the operation (0 means success, any other number is an error)
  • error [string]: the error generated
  • tinyurl [string]: the string part of the url shortened (Example: http://aci.do/ACiDO => ACiDO)
  • fullurl [int]: the original url submitted
  • adenable [bool]: enable or disable the ads during the redirect
  • tsgeneration [int]: the unix timestamp in seconds of the operation
  • Method: POST
  • Parameters Format: JSON
  • Response Format: JSON
  • API Url: https://aci.do/api/acidoapi.svc/DelUrl/
  • username [string]: the username used to login on ACi.DO website
  • apikey [string]: the API key obtained from the developer page
  • tinyurl [string]: the string part of the short url (Example: http://aci.do/ACiDO => ACiDO)
  • result [int]: the result of the operation (0 means success, any other number is an error)
  • error [string]: the error generated
© Abirk 2026 Terms