Integrate Unlkr into your applications. Create and manage links programmatically with our RESTful API.
Our API is currently in development. Join the waitlist to get early access and help shape the final version.
Simple, predictable HTTP endpoints following REST best practices. JSON responses everywhere.
API keys with Bearer token authentication. Rotate keys anytime from your dashboard.
Fair usage limits: 1,000 requests/hour on free tier. Upgrade for higher limits.
Detailed documentation with code examples in multiple languages coming soon.
Get started with the Unlkr API in minutes.
# Install your preferred HTTP client
npm install axios
# Set your API key
export UNLKR_API_KEY="your_api_key_here"
# Create your first link
curl -X POST https://api.unlkr.app/v1/links \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"title": "My First Link"
}'Base URL: https://api.unlkr.app
/v1/linksCreate a new shortened link
/v1/linksList all your links
/v1/links/:idGet link details and analytics
/v1/links/:idUpdate a link
/v1/links/:idDelete a link
/v1/analyticsGet aggregated analytics
/v1/earningsGet your earnings data
Join the API waitlist and get notified when we launch. Early adopters will receive extended rate limits and priority support.