Reference Shortening Service

Create short links effortlessly!

Simplify, protect and control your links with our service!

In the digital age, long and complex URLs can be a real obstacle to effective information sharing. Our link shortening service is designed to make your life easier: turn bulky URLs into compact, convenient and stylish links in just one click.

Why choose us?

  • Ease of use: Intuitive interface allows you to shorten a link in seconds - no complicated settings or unnecessary actions.
  • Analytics: Get detailed statistics on clicks on your links: number of clicks, audience geography, devices and much more.
  • Instant access: Shortened links work lightning fast, providing a quick transition to the desired page.

Использование API


У сервиса vlk.by есть простое для использования REST интерфейс.

Для того, чтобы им воспользоваться, достаточно передать переменную url в POST или GET запросе по адресу https://vlk.by/api

--request: https://vlk.by/api?url=https://exemple.com/1/2/3
--response:
{
'hash_url': '1a2b3c4d5e6f',
'short_url': 'https://vlk.by/123AAA'
}
UTM для отслеживания

utm_source, utm_medium, utm_campaign, utm_term, utm_content

Example:
--request https://vlk.by/api?url=https://exemple.com/1/2/3?utm_source=...&utm_medium=...&utm_campaign=...&utm_term=...&utm_content=...
Аналитика GET

--request: https://vlk.by/analytics/{hash_url}