API Документация
Наш API позволяет быстро сокращать ссылки программно.
Сократить ссылку
POST https://go.ebalo.lol/api/shorten
Content-Type: application/json
{"url": "https://example.com"}
С кастомным алиасом
POST https://go.ebalo.lol/api/shorten
Content-Type: application/json
{"url": "https://github.com", "alias": "gh"}
Ответ
{"code": "gh", "url": "https://go.ebalo.lol/gh", "original": "https://github.com"}
Получить QR-код
GET https://go.ebalo.lol/api/qr?code=gh
Информация о ссылке
GET https://go.ebalo.lol/api/info?code=gh