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