🔗 URL Shortener with Intelligent Cloaking

Enterprise-grade URL shortener powered by Cloudflare Workers

Features

API Endpoints

POST /api/links

Create a new short link

{"destinationUrl": "https://example.com", "botDestinationUrl": "https://safe.com"}
GET /api/links/:shortCode

Get link details

PUT /api/links/:shortCode

Update link

DELETE /api/links/:shortCode

Delete link

Powered by Cloudflare Workers | Documentation