Your link is now an endpoint.
Return raw JSON, HTML or XML straight from a short link. Browsers get a redirect, machines get structured data — from one URL. Who asks decides what comes back.
A link that does the backend's job.
When a URL can answer with structured data, a surprising amount of infrastructure becomes optional.
App configs
Ship remote configuration from a stable URL — no backend deploy, no app release.
Feature flags
Flip features on and off without redeploying anything.
Deep links
One URL that resolves to the right screen on every platform.
Lightweight APIs
A link that answers like an endpoint — JSON in one request, no server to run.
Drop link superpowers into your stack.
A fast, predictable REST API with SDKs and webhooks. Create, route, brand and measure links from anywhere in your software — in a few lines.
# Create a smart link const res = await fetch("https://api.rii.link/v1/links", { method: "POST", headers: { Authorization: "Bearer rii_live_…" }, body: JSON.stringify({ slug: "summer-sale", routing: { ios: "apps.apple.com/id123", default: "myshop.com" }, }), }); # → 201 Created · rii.link/summer-sale
Ready to build smarter connections?
Branded links, visual routing and LLM-ready responses — start free, no credit card needed.