🔗 lyshortlink

Solusi cepat & ringan untuk membuat shortlink URL kamu.

Shorten URL Sekarang

🔗

📚 Dokumentasi API


POST /api/shorten
Content-Type: application/json

{
  "originalUrl": "https://example.com"
}

RESPONSE:
{
  "shortUrl": "https://lys.my.id/abc123",
  "originalUrl": "https://example.com",
  "shortId": "abc123",
  "date": "2025-07-05T12:34:56.789Z"
}