🔗 URL Shortener with Intelligent Cloaking
Enterprise-grade URL shortener powered by Cloudflare Workers
Features
- ✅ Multi-layer bot detection (600+ bots)
- ✅ Intelligent cloaking
- ✅ Multi-domain support
- ✅ Geo/device targeting
- ✅ Link rotation
- ✅ Real-time analytics
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