Documentation

EdgeURL Documentation

Everything you need to build with EdgeURL. Create short links, Link-in-Bio pages, track analytics, and integrate with our powerful API.

Get Started

Quick Example
JavaScript
// 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"

Guides & Resources

Platform Features

Short Links

Create and manage short links with custom slugs and domains.

Link-in-Bio

Build beautiful profile pages to showcase all your links.

Analytics

Track clicks, locations, devices, and referrers in real-time.

QR Codes

Generate customizable QR codes for any link.

Custom Domains

Use your own branded domain for short links.

Smart Routing

Route users based on device, location, or custom rules.

Get Your API Key

Create an account to get your API key and start building with EdgeURL. Free tier includes generous rate limits.

Need Help?