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
- Redirect chains resolved server-side, up to 20 hops
- Metadata: title, canonical URL, content type, favicon
- Regional egress from six locations
- p95 under 250 ms on the standard tier
Public beta. The API surface may change before v1.0 — see the changelog.