> ## Documentation Index
> Fetch the complete documentation index at: https://docs.snakecaptcha.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ReCaptcha V2

reCAPTCHA V2 is a challenge based on images

If you find that the v2 token is invalid, please contact support. We will help you improve the token score.

**Price: \$0.4/K**

Copy

```text theme={null}
{
    "clientKey":"api key",
    "task": {
        "type":"ReCaptchaV2Task",
        "websiteURL":"https://www.google.com/recaptcha/api2/demo",
        "websiteKey":"6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-"
    }
}
```

After getting the reCAPTCHA token you can solve the challenge with a callback method or using the site method
