
Sora Fujimoto
AI Solutions Architect

CapSolver is a service that offers a reliable way to solve these reCaptcha challenges. It provides different task types that suit various needs, ensuring optimal results in solveing reCaptcha v2 Enterprise. CapSolver supports reCaptcha v2 Enterprise and offers a variety of task types to ensure your needs are met:
ReCaptchaV2EnterpriseTask: This task type requires your own proxies.ReCaptchaV2EnterpriseTaskProxyLess: This task type uses the server's built-in proxy.The ReCaptchaV2EnterpriseTask is a task type that requires your own proxies to function. It's ideal for those who have a pool of reliable proxies at their disposal. The usage of personal proxies allows for greater control and customization over the solveing process.
If you don't have access to proxies or prefer not to use them, ReCaptchaV2EnterpriseTaskProxyLess is a perfect choice. It leverages the server's built-in proxy, making the process more streamlined and user-friendly.
Creating a task with CapSolver is straightforward. The createTask method is used to create a task, and the getTaskResult method retrieves the result. Full documentation of reCaptcha v2 Enterprise
Here is an example of how to create a task:
POST https://api.capsolver.com/createTask
Host: api.capsolver.com
Content-Type: application/json
{
"clientKey": "YOUR_API_KEY",
"task": {
"type": "ReCaptchaV2EnterpriseTask",
"websiteURL": "YourWebsite",
"websiteKey": "YourSiteKey",
"enterprisePayload": {
"s": "SOME_ADDITIONAL_TOKEN"
}
This is optional, if appear, it's required to send.
"enterprisePayload": {
"s": "SOME_ADDITIONAL_TOKEN"
Once you've submitted the task, you should receive a 'Task ID' in the response if it's successful.
After you've created the task, you can retrieve the result using the getTaskResult method. Here's an example of a POST request to get the task result:
{
"clientKey": "YOUR_API_KEY",
"taskId": "Task ID received from the createTask method"
}
Once the task status is ready, you should receive the result of the ReCaptcha v2 enterprise in the response.
For information on pricing, please visit our pricing page.
Visit this page
Capsolver Team 💜
Understand reCAPTCHA v3 score range (0.0 to 1.0), its meaning, and how to improve your score. Learn how to handle low scores and optimize user experience.

Facing "reCAPTCHA Invalid Site Key" or "invalid reCAPTCHA token" errors? Discover common causes, step-by-step fixes, and troubleshooting tips to resolve reCAPTCHA verification failed issues. Learn how to fix reCAPTCHA verification failed please try again.

Fix reCAPTCHA verification failed errors fast. Step-by-step manual fixes for users and a Python API guide for developers using CapSolver. Covers v2, v3, and Enterprise.

Understand the difference between reCAPTCHA v2 and v3 — how each works, when to use them, and how automated workflows handle both. A clear, technical comparison for developers.
