Welcome to Lnk2.Ink documentation. Here you'll find everything you need to know about using our URL shortening service effectively.
Quick Start Guide
Getting Started
Features
URL Management
Analytics
API Reference
Our API allows you to programmatically create and manage shortened URLs. For detailed API documentation, please visit our API Documentation page.
Example API Request
POST /api/v1/shorten
{
"url": "https://example.com/very-long-url",
"alias": "custom-alias" // optional
}
Frequently Asked Questions
Are shortened URLs permanent?
Yes, shortened URLs are permanent unless you set an expiration date or manually delete them.
Can I customize my shortened URLs?
Yes, premium users can create custom aliases for their shortened URLs.
Is there a limit to how many URLs I can shorten?
Free accounts have a monthly limit, while premium accounts enjoy unlimited URL shortening.
How do I track clicks on my shortened URLs?
Each shortened URL comes with its own analytics dashboard where you can track clicks and other metrics.