Skip to content
Back to recaptcha-v3-enterprise

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. Browser extension — Install our extension, visit any page with this captcha, and it auto-solves
  2. API — Send a createTask request with the sitekey and URL
  3. Your code — See the integration page for Python, Node.js, Go, and cURL examples