Skip to content
Official Documentation

Everything you need
to build with Revolink

User guides, examples, and a complete REST API reference — start with the guide or jump straight into the API.

Quick start

Create your first smart link in under a minute:

bash
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.