How to solve reCaptcha v2 Invisible

Sora Fujimoto
AI Solutions Architect
28-Aug-2023

How to Solve reCaptcha v2 Invisible
To solve reCaptcha v2 invisible, you need to follow the same steps as for reCaptcha v2, but with the addition of a new parameter called "isInvisible" set to true. Here's how to do it:
Step 1: Submitting the Information to Capsolver
First, you need to submit all the necessary information to Capsolver using the createTask method. Here's an example of how to do it:
json
POST https://api.capsolver.com/createTask
{
"clientKey": "YOUR_API_KEY",
"task": {
"type": "ReCaptchaV2TaskProxyless",
"websiteURL": "https://site.com",
"websiteKey": "sitekey",
"isInvisible": true
}
}
Step 2: Getting the Results
To verify the results, you'll need to continuously poll the getTaskResult API endpoint until the captcha is resolved. Here's an example request:
json
POST https://api.capsolver.com/getTaskResult
{
"clientKey":"YOUR_API_KEY",
"taskId": "TASKID_OF_CREATETASK"
}
Once the captcha is successfully resolved, you'll receive a response similar to the one depicted below:
json
{
"errorId": 0,
"errorCode": null,
"errorDescription": null,
"solution": {
"userAgent": "xxx",
"expireTime": 1671615324290,
"gRecaptchaResponse": "3AHJ....."
},
"status": "ready"
}
The captcha token received can be verified by submitting it to the relevant site.
Compliance Disclaimer: The information provided on this blog is for informational purposes only. CapSolver is committed to compliance with all applicable laws and regulations. The use of the CapSolver network for illegal, fraudulent, or abusive activities is strictly prohibited and will be investigated. Our captcha-solving solutions enhance user experience while ensuring 100% compliance in helping solve captcha difficulties during public data crawling. We encourage responsible use of our services. For more information, please visit our Terms of Service and Privacy Policy.
More

Reliable CAPTCHA Solving API for reCAPTCHA: What to Look For
Looking for a reliable CAPTCHA solving API for reCAPTCHA? Compare top providers on speed, cost, and success rate. Find the best solution for your automation needs.

Rajinder Singh
09-Apr-2026

Optimize CAPTCHA Solving API Response Time for Faster Automation
Learn how to optimize CAPTCHA solving API response time for faster and more reliable automation. This guide covers key factors like CAPTCHA complexity, API performance, and polling strategies, with practical tips using CapSolver to achieve sub-10-second solve times.

Ethan Collins
03-Apr-2026

How to Solve reCAPTCHA v2 Python and API
Learn how to solve reCAPTCHA v2 using Python and API. This comprehensive guide covers Proxy and Proxyless methods with production-ready code for automation.

Sora Fujimoto
25-Mar-2026

How to Automate reCAPTCHA Solving for AI Benchmarking Platforms
Learn how to automate reCAPTCHA v2 and v3 for AI benchmarking. Use CapSolver to streamline data collection and maintain high-performance AI pipelines.

Ethan Collins
27-Feb-2026

How to Fix Common reCAPTCHA Issues in Web Scraping
Learn how to fix common reCAPTCHA issues in web scraping. Discover practical solutions for reCAPTCHA v2 and v3 to maintain seamless data collection workflows.

Lucas Mitchell
12-Feb-2026

Best reCAPTCHA Solver 2026 for Automation & Web Scraping
Discover the best reCAPTCHA solvers for automation and web scraping in 2026. Learn how they work, choose the right one, and stay ahead of bot detection.

Anh Tuan
14-Jan-2026

