UrlEdge
For Developers

Programmable Redirects

Create, update, validate, and publish redirect rules from your own deployment workflow with API access, webhooks, and infrastructure-as-code patterns.

Developer First

Control your edge
via code.

Use the API to create domains, publish redirect rules, inspect analytics, and keep traffic changes aligned with CI/CD pipelines, custom CMS workflows, 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": "perusahaan.example",
6 "path": "/pricing",
7 "destination": "https://produk-baru.example/plans",
8 "type": 301,
9 "priority": 10
10 }'
API Online
v1.2.4
24ms latencySLA by plan
Event-Driven

Event-Driven
Architecture.

Use webhooks to sync internal databases, notify Slack channels, or trigger serverless functions when domains, rules, or traffic events change.

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": "perusahaan.example"
  }
}

First-Party SDKs
& Terraform Support.

Use official libraries and infrastructure-as-code workflows when redirect rules need to move through review, staging, and production like the rest of your stack.

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 and optimized for low-latency management operations.

Get Your API Key.

Start with a clean API for domains, redirect rules, publishing, and automation.