EdgeURLDocs
DashboardGet Started
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 Start

Get started with EdgeURL in 60 seconds. Create your first short link and start tracking clicks.

API Reference

Complete REST API documentation for creating, managing, and tracking links programmatically.

Core Concepts

Learn how EdgeURL works under the hood with edge caching and sub-50ms redirects.

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"

Setup Guides

Business

Custom Domains for Links

Set up branded domains for your short links with DNS configuration guide.

Free

Link-in-Bio Setup

Create your professional profile page with links, groups, and themes.

PRO

Profile Custom Domains

Use your own domain for your Link-in-Bio profile page.

Guides & Resources

Developer Guide

Authentication, rate limits, error handling, and best practices for API integration.

Webhooks

Receive real-time notifications when links are clicked or events occur.

Pricing & Plans

Compare features across Free, Business, and Enterprise plans.

Edge Partners

Earn 30% commission on referrals. Join our affiliate program.

Blog

Product updates, tutorials, and insights from the EdgeURL team.

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.

Create Free AccountView API Keys

Need Help?

Contact Us

Get help from our team via the contact form

GitHub

Report issues or request features

EdgeURL

  • About
  • Pricing
  • Docs
  • Blog

Developers

  • API
  • Status
  • Webhooks
  • Changelog

Company

  • Partners
  • Privacy
  • Terms
  • Support

EdgeURL

Your social engine for everything you share. Short links, Link-in-Bio, analytics, and more.

2025 EdgeURL. All rights reserved.