UrlEdge
For Developers

ProgrammableEdgeNetwork

Built to be integrated. Manage your global redirection layer entirely via code, webhooks, and our official Terraform provider.

Developer First

Control your edge
via code.

Every feature available in our dashboard is accessible through our robust REST API. Integrate Global Edge redirection into your CI/CD pipelines, custom CMS, or internal tools.

Standard REST API

Predictable, resource-oriented URLs and status codes.

Type-Safe SDKs

First-party libraries for Node.js, Python, and more.

1curl -X POST https://api.urledge.com/v1/redirects \
2 -H "Authorization: Bearer sk_live_51Pj...z9X" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "domain": "acme.com",
6 "path": "/pricing",
7 "destination": "https://newsite.com/plans",
8 "type": 301,
9 "priority": 10
10 }'
API Online
v1.2.4
24ms latency99.99% SLA
Event-Driven

Event-Driven
Architecture.

Build reactive applications with sub-second latency. Sync your internal databases, notify Slack channels, or trigger serverless functions with guaranteed delivery for every edge event.

UrlEdge

Infrastructure Event

link.created
domain.verified
traffic.spike
HTTPS POST Payload
200ms Propagation

Your Apps

Real-time Integration

HTTP 200 OK
{
  "event": "link.created",
  "data": {
    "id": "lnk_123",
    "domain": "acme.com"
  }
}

First-Party SDKs
& Terraform Support.

Why build from scratch? Use our official libraries to get up and running in minutes. Our SDKs are fully open-source, type-safe, and optimized for high-throughput environments.

v2.1.0
JS

Node.js

JavaScript / TypeScript

Install Now
v1.4.2
GO

Go

Golang

Install Now
v1.0.5
PY

Python

Python 3.8+

Install Now
v0.8.0
TF

Terraform

Provider

Install Now

Infrastructure as Code

Automate your entire Edge configuration. We support Terraform, Pulumi, and Crossplane to ensure your redirect rules live in sync with your global deployments.

Common Questions

Everything you need to know about the UrlEdge platform.

What is the API rate limit?

Free plans allow up to 60 requests per minute. Pro and Enterprise plans offer higher limits tailored to your traffic volume.

How secure is the API?

We use standard Bearer Token authentication (sk_live_...) with mandatory HTTPS. Keys can be revoked instantly from the dashboard.

Do you have a Terraform provider?

Yes, our official Terraform provider allows you to manage redirect rules and domains as code.

What is the average API latency?

Our API gateway is distributed globally. Average response time for most management operations is under 30ms.

Get Your API Key.

No complex setup. No legacy infrastructure. Just a clean API and the world's fastest edge network.