Total Links
1,234
↑ 12% from last month
Total Clicks
45.2K
↑ 8% from last month
Active Links
892
↓ 3% from last month
Conversion Rate
4.6%
↑ 1.2% from last month
Recent Links
| Original URL | Short URL | Clicks | Created | Status |
|---|---|---|---|---|
| https://example.com/very-long-url... | urlify.co/ab1c2 | 1,234 | 2 hours ago | Active |
| https://another-example.com/path... | urlify.co/xy9z8 | 856 | 1 day ago | Active |
| https://third-example.com/page... | urlify.co/mn7k6 | 421 | 2 days ago | Pending |
Quick URL Shortener
URL Shortener
Advanced Options
Total Clicks
+12.5%24,589
Unique Visitors
+8.2%18,472
Avg. Click Rate
-2.1%3.2%
Active Links
+5.8%1,247
Traffic Overview
Top Performing Links
| Short URL | Original URL | Total Clicks | Unique Visitors | Conversion Rate |
|---|---|---|---|---|
| urlify.co/ab1c2 | example.com/very-long-url... | 5,234 | 4,182 | 4.8% |
| urlify.co/xy9z8 | another-example.com/path... | 3,856 | 3,121 | 4.2% |
| urlify.co/mn7k6 | third-example.com/page... | 2,421 | 1,987 | 3.9% |
| Short URL | Original URL | Created | Clicks | Status | Actions | |
|---|---|---|---|---|---|---|
| https://example.com/very-long-url... | 2023-10-15 | 1,234 | Active |
|
||
| https://another-example.com/path... | 2023-10-14 | 856 | Pending |
|
Showing 1 to 10 of 97 results
John Doe
john.doe@example.com
Personal Information
Change Password
Preferences
Email Notifications
Receive email updates about your account activity
Two-Factor Authentication
Add an extra layer of security to your account
API Access
API Key
Use this key to access our API
sk_test_51ABc123...xyz789
Default URL Settings
Link Expiration
Default Link Expiration
Set default expiration time for new links
Expired Link Behavior
What happens when a link expires
Analytics Settings
Track Geographic Data
Collect visitor location information
Device Tracking
Collect device and browser information
Privacy Settings
Link Privacy
Default privacy setting for new links
Data Retention
How long to keep click data
API Documentation
Learn how to integrate URLify's URL shortening service into your applications.
Quick Start
Base URL:
https://api.urlify.co/v1
Authentication:
Authorization: Bearer YOUR_API_KEY
API Endpoints
/shorten
Request Body:
{
"long_url": "https://example.com/very-long-url",
"alias": "custom-alias", // optional
"expiry": "2024-12-31", // optional
"password": "yourpassword" // optional
}
Response:
{
"short_url": "https://urlify.co/abc123",
"created_at": "2023-10-20T12:00:00Z",
"expires_at": "2024-12-31T23:59:59Z"
}
/stats/:short_code
Response:
{
"total_clicks": 1234,
"unique_visitors": 789,
"referrers": {
"facebook.com": 456,
"twitter.com": 234
},
"countries": {
"US": 567,
"UK": 234
}
}
Code Examples
JavaScript
fetch('https://api.urlify.co/v1/shorten', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
long_url: 'https://example.com/very-long-url'
})
})
.then(response => response.json())
.then(data => console.log(data));
Python
import requests
url = "https://api.urlify.co/v1/shorten"
headers = {
"Authorization": "Bearer YOUR_API_KEY"
}
data = {
"long_url": "https://example.com/very-long-url"
}
response = requests.post(url, json=data, headers=headers)
print(response.json())
Rate Limits
- Free tier: 100 requests per hour
- Pro tier: 1,000 requests per hour
- Enterprise tier: Custom limits available
Rate limit headers are included in all API responses:
X-RateLimit-Limit: 100 X-RateLimit-Remaining: 95 X-RateLimit-Reset: 1635724800
Pro Plan
Your plan renews on October 31, 2023
Current Usage
Payment Method
Visa ending in 4242
Expires 12/2024