Create, update, validate, and publish redirect rules from your own deployment workflow with API access, webhooks, and infrastructure-as-code patterns.
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.
Predictable, resource-oriented URLs and status codes.
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": 1010 }'Use webhooks to sync internal databases, notify Slack channels, or trigger serverless functions when domains, rules, or traffic events change.
Infrastructure Event
Real-time Integration
{
"event": "link.created",
"data": {
"id": "lnk_123",
"domain": "perusahaan.example"
}
}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.
JavaScript / TypeScript
Golang
Python 3.8+
Provider
Automate your entire Edge configuration. We support Terraform, Pulumi, and Crossplane to ensure your redirect rules live in sync with your global deployments.
Everything you need to know about the UrlEdge platform.
Free plans allow up to 60 requests per minute. Pro and Enterprise plans offer higher limits tailored to your traffic volume.
We use standard Bearer Token authentication (sk_live_...) with mandatory HTTPS. Keys can be revoked instantly from the dashboard.
Yes, our official Terraform provider allows you to manage redirect rules and domains as code.
Our API gateway is distributed globally and optimized for low-latency management operations.
Start with a clean API for domains, redirect rules, publishing, and automation.