Everything you need to build with EdgeURL. Create short links, Link-in-Bio pages, track analytics, and integrate with our powerful API.
Get started with EdgeURL in 60 seconds. Create your first short link and start tracking clicks.
Complete REST API documentation for creating, managing, and tracking links programmatically.
Learn how EdgeURL works under the hood with edge caching and sub-50ms redirects.
// Create a short link with EdgeURL API
const response = await fetch('https://edgeurl.io/api/links', {
method: 'POST',
headers: {
'Authorization': 'Bearer sk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
url: 'https://example.com/long-url',
slug: 'my-link', // optional
}),
});
const { shortUrl, slug } = await response.json();
// shortUrl: "https://0gr.me/my-link"Authentication, rate limits, error handling, and best practices for API integration.
Receive real-time notifications when links are clicked or events occur.
Compare features across Free, Business, and Enterprise plans.
Earn 30% commission on referrals. Join our affiliate program.
Product updates, tutorials, and insights from the EdgeURL team.
Create and manage short links with custom slugs and domains.
Build beautiful profile pages to showcase all your links.
Track clicks, locations, devices, and referrers in real-time.
Generate customizable QR codes for any link.
Use your own branded domain for short links.
Route users based on device, location, or custom rules.
Create an account to get your API key and start building with EdgeURL. Free tier includes generous rate limits.