# reCAPTCHA v3 Google's score-based CAPTCHA that runs silently and returns a “humanity” score token (0.1 - 0.9). CaptchaAI provides a valid token to simulate legitimate traffic. ## Servers ``` https://ocr.captchaai.com/ ``` ## Download OpenAPI description [reCAPTCHA v3](https://docs.captchaai.com/_bundle/api/recaptcha-v3.yaml) ## Other ### Submit Task - [POST /in.php](https://docs.captchaai.com/api/recaptcha-v3/other/submit-task.md): Send method=userrecaptcha, version=v3, googlekey, pageurl, and optional action or min_score to POST /in.php. Returns a Task ID. ### Get Result - [POST /res.php](https://docs.captchaai.com/api/recaptcha-v3/other/get-result.md): Poll POST /res.php to retrieve the v3 response token.