Free Plan
Api Request: 5 / Month
Create Custom Links
Create Link QR Codes
WordPrss Plugin ❌
It's Free
Stater Plan
Api Request: 1000 / Month
Create Custom Links
Create Link QR Codes
WordPrss Plugin ✅
₹99
Premium Plan
Populer
Api Request: 4000/ Month
Create Custom Links
Create Link QR Codes
WordPrss Plugin ✅
₹250
Business Plan
Api Request: 10000 / Month
Create Custom Links
Create Link QR Codes
WordPrss Plugin ✅
₹500
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)}
})