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
Forgot password?
No account? Sign up free
Contact Admin
Get help, report issues, or enquire about premium
Loading...
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
🚫
Account Suspended
⛔ Access Restricted
Your account is currently suspended for unusual activity.
Please contact the administrator to resolve this issue.
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. Alias is auto-generated if omitted.
Headers
X-Api-Keyrequired
Content-Typeapplication/json
Body (JSON)
destrequired — destination URL (http:// or https://)
aliasoptional — omit for random 6-char alias
labeloptional — friendly name for the link
Create with auto alias
Loading...
Create with custom alias
Loading...
GET
/api/links
Get all your short links.
Example
Loading...
GET
/api/links/info?alias=
Get status, clicks, destination of a link.
Query Params
aliasrequired
Example
Loading...
PUT
/api/links/update
Edit a link. Send only the fields you want to change.
Body (JSON)
aliasrequired — alias to update
destoptional — new destination URL
labeloptional — new label
Example
Loading...
DELETE
/api/links/delete?alias=
Permanently delete a short link.
Query Params
aliasrequired
Example
Loading...
Error Codes
401Invalid or missing X-Api-Key
403Account suspended / Premium required
404Link not found
409Alias already taken
400Invalid URL or missing required field