Shortify

DeveloperAPI Platform

Automate URL creation, analytics tracking, and link management with our fast and scalable APIs.

Fast

Low latency URL generation.

Secure

API key authentication.

Global

Worldwide infrastructure.

Developer First

Simple REST APIs.

Authentication

Every request requires an API key.

Authorization: Bearer sk_live_xxxxxxxxxxxxx 
Example Request
POST /api/v1/urls

{
"url": "https://example.com",
"alias": "summer-sale",
"domain": "go.company.com"
}

Response

{
"id": "url_123",
"shortUrl":
"https://go.company.com/summer-sale"
} 

Core Endpoints

POST/api/v1/urls

Create a short URL

GET/api/v1/urls

List all URLs

GET/api/v1/urls/:id

Get URL details

DELETE/api/v1/urls/:id

Delete URL

Ready to Integrate?

Start creating and managing URLs programmatically with enterprise-grade APIs.