Link resolution, as an API

Expand shortened URLs, follow redirect chains and read destination metadata. One request, no headless browser.

curl https://api.securityclickon.dev/v1/resolve \
  -H "Authorization: Bearer \$TOKEN" \
  -d '{"url":"https://exmpl.co/aB3xY"}'
{
  "final_url": "https://example.com/landing",
  "hops": 3,
  "elapsed_ms": 184,
  "title": "Example — Landing"
}

Why teams use it

Public beta. The API surface may change before v1.0 — see the changelog.