Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@NiketMalik NiketMalik released this 14 Jul 15:19
· 1 commit to master since this release

Supported Functions

  • Short URL
  • Expand URL
  • URL analytics
  • Latest URLs
  • Popular URLs
  • Delete Short URL

Unofficial Supported Functions

Short URL

The API supports multiple URL shortening.
NOTE: The array index for long URL and description must match.
Example:

$longURLs = array("http://example1.com","http://example2.com");
$description = array("Description for example1.com","Description for example2.com");

Expand URL

The API supports multiple URL expanding. Pass multiple short URLs in an array.