Free URL Shortener

Shorten any long URL instantly — no account needed. Track clicks, create QR codes, set expiry dates & more.

Instant Shortening
📊Click Analytics
QR Code
🔒Password Protect
📅Expiry Dates
🔑REST API
⚡ Quick Shorten
Welcome back
Login to manage your short links
No account? Sign up free
Dashboard
Create and manage your short links
🔗
0
Total Links
0
Total Clicks
🔥
Top Link
📅
0
Created Today
New Short Link
Destination URL
Label (optional)
cutxo.com/
Expiry Date (optional)
Password (optional)
Splash Page
Your Links
Link Stats
0
Total Clicks
Created
Last Click
Expires
Destination
QR Code
📄 API Documentation
REST API — Premium plan only • Use X-Api-Key header
POST
/api/links
Create a short link.
Headers
X-Api-Keyrequired — your API key
Content-Typeapplication/json
Body (JSON)
destrequired — destination URL
aliasoptional — custom slug, auto-generated if omitted
labeloptional — friendly name
Example
Loading...
GET
/api/links/info
Check a link status, destination, clicks, and more.
Query Params
aliasrequired — the alias to check
Example
Loading...
PUT
/api/links/update
Edit an existing link. Only send fields you want to change.
Body (JSON)
aliasrequired — alias of the link to edit
destoptional — new destination URL
labeloptional — new label
Example
Loading...
Error Codes
401Invalid or missing API key
403Premium plan required / limit reached
404Link not found
409Alias already taken