Developer API
Built for scale. Integrated in minutes.
Introduction
The URly API allows you to programmatically manage links. All requests are made over HTTPS to:
https://reuters-world.urly.ing/api/v1
Authentication
Include your API token in the Bearer header of every request. Find your token in your dashboard.
Authorization: Bearer YOUR_API_TOKEN
POST
/shorten
Create a new shortened link.
{
"url": "https://google.com",
"alias": "my-custom-link"
}
GET
/stats/{code}
Get link analytics.
{
"hits": 1050,
"unique": 800
}
© 2026 URly.ing Corp. All rights reserved.