API-First URL Shortener

Short links,
full control

A private, multi-user URL shortener built for teams and developers. Shorten links via REST API, track clicks in real time, and set expiration dates — all under your domain.

Request API Access → support@vtt-short.cc
vtt-short.cc
Your branded domain
REST API
Full programmatic access
Multi-user
Isolated per-user links

Everything you need, nothing you don't

Short Links

Generate clean, memorable short codes under your own domain. Custom codes supported via the API.

Click Analytics

Track total clicks per link in real time. Know exactly how your links are performing without any third-party tools.

Link Expiration

Set an expiry date on any link. Expired links return a clear 410 Gone — no silent redirects, no surprises.

REST API

Integrate link creation into any workflow. Authenticated with a per-user API key passed as a request header.

Built for developers, first

Every feature is accessible via a clean HTTP API. Authenticate with your personal key and start creating links from any language or tool.

  • Create and delete links programmatically
  • Retrieve click stats per link
  • Set expiration timestamps on creation
  • Isolated namespaces — your links, your data
create-link.sh
# Create a short link
curl -X POST https://vtt-short.cc/api/links \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"long_url":"https://example.com"}'

# Response
{
  "short_code": "xK9mP",
  "short_url":  "https://vtt-short.cc/xK9mP",
  "click_count": 0,
  "expires_at": null
}

Three steps to get started

01
Request access

Send an email to support@vtt-short.cc with your name and intended use. We'll create an account and send you an API key.

02
Call the API

Authenticate any request with your key using the X-API-Key header. Start creating and managing links immediately.

03
Track performance

Use the stats endpoint to fetch click counts for any of your links. Your data stays isolated from other users.

// Get access

Ready to start shortening?

Access is by invitation. Write to us and we'll set up your account — usually within one business day.

support@vtt-short.cc No sign-up form · No credit card · Just an email