API v1
U2L Developer Hub
Build powerful integrations with the U2L API. Create short links, generate QR codes, manage folders, and access analytics programmatically.
Base URL
https://u2l.ai/api/v1
Quick Start
1
Get your API key
Go to Settings → API in your dashboard and create an API key. You need a Pro plan or above.
2
Make your first request
Send a POST request to /api/v1/links with your API key in the Authorization header.
3
Build your integration
Explore the full API reference to create links, manage folders, and access analytics.
Your First Request
Create a short link
curl -X POST https://u2l.ai/api/v1/links \
-H "Authorization: Bearer u2l_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com/my-page",
"alias": "my-link"
}'API Reference
Links
Create, list, update, and delete short links and QR codes.
5 endpoints
Folders
Organize links into folders for easy management.
4 endpoints
AnalyticsAdvanced+
Access click analytics and account-level statistics.
2 endpoints
Domains
List all available domains including custom domains.
1 endpoint
Account
Retrieve account info, plan details, and usage limits.
1 endpoint