UrlEdge
Developers

API Reference

Integrate UrlEdge directly into your application. Our REST API allows you to programmatically create and manage redirects.

Private Beta Access

The UrlEdge API is currently in private beta. Contact support to request an API key for your workspace. Documentation below is for preview purposes only.

Authentication

Bearer Token

Authenticate your requests by including your API key in the Authorization header. You can generate an API key in the Console settings.

Authorization: Bearer ue_live_xxxxxxxxxxxxxxxx

Endpoints

POST/v1/redirects- Create a new redirect
curl -X POST https://api.urledge.com/v1/redirects \ -H "Authorization: Bearer ue_live_..." \ -H "Content-Type: application/json" \ -d '{ "projectId": "p_123", "source": "/github", "destination": "https://github.com/urledge", "code": 302 }'
GET/v1/redirects- List redirects for a project

Supports pagination via ?page=1&limit=20.

Webhooks

Subscribe to events like redirect.created or domain.verified. (Feature currently in private beta).