User guides, examples, and a complete REST API reference — start with the guide or jump straight into the API.
New to Revolink? Learn what smart links are, how routing rules work, and how to target visitors by country, device, or time.
Open guide →Full REST API docs — authentication, link management, bulk operations, and analytics. One API key, simple HTTP requests.
View reference →Route by country, device, browser, OS, or time. Combine multiple conditions, set priority, always have a fallback URL.
Learn rules →Track registrations, purchases, and leads after the click. View results broken down by link, routing rule, and A/B variant.
Set up tracking →Create your first smart link in under a minute:
curl -X POST https://api.revolink.link/apiv1/link/create \
-H "X-Api-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"workspaceId": "YOUR_WORKSPACE_ID",
"url": "https://yoursite.com",
"slug": "my-link"
}'Get your API key from Profile → Integration inside the Revolink app. Full details in Authentication and Links API.