Skip to content
../recaptcha-v2-enterprise
live demoReCaptchaV2EnterpriseTaskProxyLess

reCAPTCHA v2 Enterprise Demo

A live reCAPTCHA v2 Enterprise widget. Loads from /recaptcha/enterprise.js and runs Google's risk-analysis scoring — our solver handles both standard and Enterprise variants.

live widget

notes

  • Enterprise loads from enterprise.js instead of api.js and includes extra risk signals
  • Our solver auto-detects Enterprise variants via the task type
  • Set isEnterprise: true or use ReCaptchaV2EnterpriseTask(ProxyLess) when calling the API

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