API Intelligence.
Welcome to the Shorter NextGen API. Our RESTful API allows you to programmatically manage links, track analytics, and build custom redirections with enterprise speed.
Base URL
https://shorter-api.com/v1
Authentication
Authenticate your requests by including your API Key in the `X-API-Key` header.
REQUEST HEADER
HTTPS
X-API-Key: YOUR_API_KEY_HERE
POST
Create Short Link
Programmatically generate a new shortened URL node.
Parameters
originalUrl
required
The destination URL to shorten.
customAlias
optional
Custom slug for the redirection.
SAMPLE RESPONSE
{
"shortCode": "Rku3ty",
"shortUrl": "https://shrt.ly/Rku3ty",
"originalUrl": "https://example.com"
}