Short URLs,
blazing fast

Create short, trackable links that redirect in under 15ms. Built on Cloudflare's global edge network with 300+ locations worldwide.

https://example.com/marketing/campaigns/2026/spring-launch?utm_source=email&ref=newsletter
arrow_forward
obfy.uk/spring26
300+
Edge locations
<15ms
Redirect latency
99.99%
Uptime SLA
REST
API-first design
Everything you need in a URL shortener
Powerful link management with analytics, custom slugs, and a developer-friendly API. All backed by enterprise-grade infrastructure.
bolt

Edge Redirects

Redirects happen at the nearest Cloudflare edge node. Zero database hits on the hot path — just a single KV lookup in under 5ms.

bar_chart

Click Analytics

Track every click with country, referrer, and user-agent data. Click counts update asynchronously via queue — zero impact on redirect speed.

edit

Custom Slugs

Choose your own slug or let us generate one. Slugs support letters, numbers, hyphens, and underscores — 3 to 63 characters.

schedule

Expiry Support

Set an expiration date on any short URL. Expired links return a clean 410 Gone response. KV TTL handles cleanup automatically.

code

API-First

Full REST API with create, read, update, and delete. Authenticate with your API key and manage links programmatically.

security

Secure by Default

SSRF protection blocks private IPs and dangerous schemes. IP rate limiting prevents abuse. Tenant isolation keeps your data safe.

Three steps to shorter links
Create, share, and track — all from the dashboard or API.
1

Create

Paste your long URL, optionally pick a custom slug, and hit create. Your short link is live instantly across 300+ global edge nodes.

2

Share

Copy your obfy.uk link and share it anywhere — emails, social media, print materials, QR codes. It works everywhere.

3

Track

Watch clicks roll in with real-time analytics. See total clicks, geographic data, and referrer information in your dashboard.

Build with our REST API

Integrate URL shortening directly into your application. Full CRUD operations with JSON responses, API key authentication, and OpenAPI documentation.

  • check_circle Create short URLs with custom slugs
  • check_circle List, update, and delete links
  • check_circle Click count analytics per link
  • check_circle Set expiration dates
  • check_circle OpenAPI 3.1 specification
description View API Docs
# Create a short URL curl -X POST https://api.objectify.cloud/v1/short-urls \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "https://example.com/page", "slug": "my-link", "title": "My Campaign" }' # Response { "success": true, "data": { "slug": "my-link", "short_url": "https://obfy.uk/my-link", "target_url": "https://example.com/page", "click_count": 0 } }

Start shortening URLs today

Create your free account and start building short links in minutes. No credit card required.