Developer API

Powerful API for Developers

Integrate Shorten.cv directly into your applications. Automate link creation, track analytics, and manage your resources with our simple REST API.

Fast & Reliable

Our API is built for speed and high availability, ensuring your links are always accessible.

Global Infrastructure

Distributed network for low-latency redirection and data processing worldwide.

Secure by Default

Enterprise-grade security with rate limiting, authentication, and encryption.

POST /api/urls/shorten
curl -X POST https://shorter.cv/api/urls/shorten \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "originalUrl": "https://example.com/very-long-url-to-shorten",
    "title": "Marketing Campaign 2024"
  }'