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

reCAPTCHA Score Explained: Range, Meaning, and How to Improve It
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.

Rajinder Singh
16-Apr-2026

reCAPTCHA Invalid Site Key or Token? Causes & Fix Guide
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.

Aloísio Vítor
16-Apr-2026

reCAPTCHA Verification Failed? How to Fix "Please Try Again" Errors
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.

Adélia Cruz
15-Apr-2026

reCAPTCHA v2 vs v3: Key Differences Every Developer Should Know
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.

Nikolai Smirnov
15-Apr-2026

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

