# Geetest V3 Interactive puzzle CAPTCHA where users drag or align elements to verify. CaptchaAI returns challenge, validate, and seccode values for bypass. ## Servers ``` https://ocr.captchaai.com/ ``` ## Download OpenAPI description [Geetest V3](https://docs.captchaai.com/_bundle/api/geetest-v3.yaml) ## Other ### Submit Task - [POST /in.php](https://docs.captchaai.com/api/geetest-v3/other/submit-task.md): Send method=geetest with gt, challenge, and pageurl to POST /in.php. Returns a Task ID. ### Get Result - [POST /res.php](https://docs.captchaai.com/api/geetest-v3/other/get-result.md): Poll POST /res.php with the Task ID to retrieve challenge, validate, and seccode.