Everything You Need
Professional features for developers and businesses
Dual-Mode Addressing
Every link gets both a UUID and optional custom slug for maximum flexibility
Developer API
Clean RESTful API with comprehensive documentation and code examples
Click Tracking
Built-in analytics to monitor link performance and engagement
Lightning Fast
Smart lookup system automatically detects UUID vs slug format
Secure & Reliable
Built on Supabase with robust security and reliable infrastructure
Full-Screen Preview
Links display in iframe for seamless browsing experience
Simple API Integration
Get started in minutes with our RESTful API
Create a Short Link
Just one API call to create a new forwarding link
curl -X POST https://4wrd.ing/api/v1/shorten \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"slug": "my-link"
}'