We use essential cookies to run LinkLane and, with your consent, cookieless analytics to improve the product. See our Privacy Policy.
A clean REST API for short links, analytics, campaigns, and more — with scoped keys, webhooks, and integrations.
# Shorten a link
curl -X POST https://api.linklane.io/api/links \
-H "Authorization: Bearer ll_live_..." \
-d '{"url":"https://example.com"}'