The Divsly API gives developers powerful access to our platform’s suite of tools — from link shortening and branded domains to dynamic QR codes, user management, and Link in Bio pages. Whether you’re building automated campaigns, dashboards, or integrations, our RESTful endpoints help you move fast and stay flexible.
Authorization: Bearer {your_api_token}
Use the POST
method at the following endpoint:
POST https://api.divsly.com/api/v1/short-link
Sample JSON payload:
{
"destinationUrl": "https://example.com/landing-page",
"brandedDomain": "kut.lt",
"slashTag": "launch-campaign"
}
A successful response will return the short link and tracking data.
Dive deeper into our API capabilities, see authentication flows, advanced configurations, error handling, and pagination details in the full API Reference.