Skip to content
../recaptcha-v3-enterprise
live demoReCaptchaV3EnterpriseTaskProxyLess

reCAPTCHA v3 Enterprise Demo

reCAPTCHA v3 Enterprise runs invisibly with additional Enterprise-only signals. Same scoring model (0.0-1.0) — the Capzy solver handles both variants identically from the customer's side.

live widget

Want to solve this for a real customer? Sign up for an API key or install our browser extension for auto-solve.

notes

  • Enterprise v3 uses enterprise.js — isEnterprise: true or the Enterprise task types are required
  • Scoring is the same 0.0-1.0 range as standard v3
  • Set the correct pageAction for the site — Enterprise sitekeys are stricter about action mismatches

how to test with capzy.ai

  1. 01Browser extension — Install our extension, visit any page with this captcha, and it auto-solves
  2. 02API — Send a createTask request with the sitekey and URL
  3. 03Your code — See the integration page for Python, Node.js, Go, and cURL examples