Our API Key Plans

Free Plan

Best for Testing Service

$0 / month
  • Api Request: 25 / Month
  • Create Custom Links
  • Create Link QR Codes
  • Advance Analytics
  • Password Protected Links
  • Link Expiry
  • API Access
Choose Plan

Stater Plan

Ideal For Small Website

$1.56 / month
  • Api Request: 1000 / Month
  • Create Custom Links
  • Create Link QR Codes
  • WordPerss Plugin ✅
  • Advance Analytics
  • Password Protected Links
  • Brief or Redirecting Page Removal
  • Link Expiry
  • API Access
Choose Plan

Business Plan

For High Volume Needs

$6.28 / month
  • Api Request: 10000 / Month
  • Create Custom Links
  • Create Link QR Codes
  • 2 Custom Domains
  • WordPress Plugin ✅
  • Advance Analytics
  • Password Protected Links
  • Brief or Redirecting Page Removal
  • Link Expiry
  • API Access
Choose Plan

Our API information

Example Request:
curl -X POST https://titly.site/wp-json/cls/v1/shorten \
-H “Content-Type: application/x-www-form-urlencoded” \
-d “api_key=YOUR_API_KEY&url=https://example.com&custom_code=mylink”

Another Example:
fetch(“https://titly.site/wp-json/cls/v1/shorten”, {
method: “POST”,
headers: { “Content-Type”: “application/x-www-form-urlencoded” },
body: url=${encodeURIComponent(longUrl)}&api_key=ADD YOUR API HERE&custom_code=${encodeURIComponent(customCode)}
})