Resources & Documentation

Everything you need to master link management and grow your business.

Popular Guides

Step-by-step tutorials to help you succeed

Beginner

Getting Started with Linkly

Learn the basics of creating and managing short links in under 5 minutes.

5 min read
Analytics

Understanding Link Analytics

Deep dive into click tracking, geographic data, and conversion metrics.

8 min read
Advanced

Setting Up Custom Domains

Brand your short links with your own domain for professional appearance.

10 min read
Advanced

A/B Testing Your Links

Split traffic between destinations to optimize conversion rates.

7 min read
Teams

Team Collaboration Best Practices

Organize your workspace and manage permissions for your team.

6 min read
Security

Security & Privacy Guide

Understand how Linkly protects your data and link security features.

5 min read

Video Tutorials

Learn by watching our expert walkthroughs

Linkly Product Tour
3:45

Linkly Product Tour

Advanced Analytics Deep Dive
8:20

Advanced Analytics Deep Dive

Building a Link-in-Bio Page
5:15

Building a Link-in-Bio Page

API Documentation

Build powerful integrations with our RESTful API. Create links, retrieve analytics, and manage your workspace programmatically.

API Authentication

Learn how to authenticate requests using API keys.

Creating Links

POST /api/links - Create short links programmatically.

Retrieving Analytics

GET /api/links/{id}/analytics - Fetch click data.

Bulk Operations

Create and manage multiple links in a single request.

api-example.sh
# Create a short link
curl -X POST https://api.linkly.app/v1/links \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "destination_url": "https://example.com/long-page",
    "title": "My Campaign Link",
    "utm_source": "twitter",
    "utm_medium": "social"
  }'

# Response
{
  "id": "lnk_abc123",
  "short_url": "https://lnk.ly/abc123",
  "destination_url": "https://example.com/long-page",
  "created_at": "2024-01-15T10:30:00Z"
}

Ready to get started?

Join thousands of marketers using Linkly to manage their links.