Controllable links
Custom slugs, an editable destination, active state, and expiry. Redis serves the fast redirect; PostgreSQL remains the source of truth.
Turn long URLs into short, trackable labels. Create from the dashboard or API, then read the clicks without the noise.
An interface for manual work, an API for automation.
Latest route
sho.rt/brief
16,944
Total clicks
Every short link remains editable, measurable, and available from the same workflow—whether you work in the dashboard or in a script.
Custom slugs, an editable destination, active state, and expiry. Redis serves the fast redirect; PostgreSQL remains the source of truth.
Account overview and link detail: clicks over time, sources, countries, and automatic click milestones in one operational view.
Optionally show an AdsTerra interstitial with a visible-only countdown, then reveal Continue to site or redirect automatically.
Create and manage links through a versioned API, with revocable keys and read or write permissions.
Use the interface to work at a glance. When automation is needed, copy the same operation into the API.
curl -X POST https://corto.logicaltech.it/api/v1/links \
-H "x-api-key: $CORTO_API_KEY" \
-H "content-type: application/json" \
-d '{"url":"https://example.com/brief"}'Configure the account, create the slug, and watch the first clicks arrive.