/Zylin
Built for production links

Short links that stay dependable.

Create, manage, and redirect links from one simple dashboard and API.

Use the free Cloudflare Worker link today. Bring your own domain later.

✓ Link createdhttps://url-shortener-api.yashpatil.workers.dev/summer-sale
POST /api/v1/links
{ "alias": "summer-sale" }

Infrastructure for every place you share a link.

One focused system for sellers and marketers who need a dependable short URL.

API-first creation

Create and manage links from the dashboard or the same versioned API.

Reliable redirects

Global Worker redirects stay separate from analytics work, so clicks never wait.

Built for sharing

Useful for WhatsApp selling, Instagram bios, promotions, and product links.

Developer experience

One API, one clear contract.

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" }
}

Pricing will be clear before it is final.

Plans are intentionally placeholders until product limits and billing scope are decided.