> ## 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 V3

reCAPTCHA v3 is an invisible challenge based on a humanity score

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

**Price: \$0.9/K**

Copy

```text theme={null}
{
    "clientKey":"api key",
    "task": {
        "type":"ReCaptchaV3Task",
        "websiteURL":"https://google.com",
        "websiteKey":"6LfD3PIbAAAAAJs_eEHvoOl75_83eXSqpPSRFJ_u"
    }
}
```

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