Solution

reCAPTCHA Alternative

Use risk scoring first and RequestGuard CAPTCHA only when the decision is challenge.

1

Assess

Run assess, render captcha on challenge, then verify the token before continuing the form submission.

2

Decide

Use allow, challenge, review, or block instead of stitching together separate lookup scores.

3

Investigate

Search dashboard events by request ID, IP, email, domain, country, ASN, or reason.

Copy-paste API shape

POST /v1/assess
{
  "ip": "37.27.251.99",
  "email": "user@example.com",
  "domain": "example.com",
  "event": "signup"
}