Skip to content
Back to recaptcha-v2-enterprise

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. 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