API-first creation
Create and manage links from the dashboard or the same versioned API.
Create, manage, and redirect links from one simple dashboard and API.
Use the free Cloudflare Worker link today. Bring your own domain later.
https://url-shortener-api.yashpatil.workers.dev/summer-salePOST /api/v1/links
{ "alias": "summer-sale" }One focused system for sellers and marketers who need a dependable short URL.
Create and manage links from the dashboard or the same versioned API.
Global Worker redirects stay separate from analytics work, so clicks never wait.
Useful for WhatsApp selling, Instagram bios, promotions, and product links.
Session-authenticated link management is available now at /api/v1/links. API keys and webhooks will come later.
curl --request POST \
--url https://url-shortener-api.yashpatil.workers.dev/api/v1/links \
--header "Authorization: Bearer YOUR_SESSION_TOKEN" \
--header "Content-Type: application/json" \
--data '{"destination_url":"https://shop.example.com/summer-sale","alias":"summer-sale"}'
{
"data": { "code": "summer-sale", "status": "active" }
}Plans are intentionally placeholders until product limits and billing scope are decided.
Pricing and limits to be finalised.
Start for freePricing and limits to be finalised.
Start for freePricing and limits to be finalised.
Start for free