Interactive puzzle CAPTCHA where users drag or align elements to verify. CaptchaAI returns challenge, validate, and seccode values for bypass.
Geetest V3
Languages
Servers
https://ocr.captchaai.com/
- https://ocr.captchaai.com/in.php
- cURL
- JavaScript
- Node.js
- Python
- PHP
- Payload
curl -i -X POST \
https://ocr.captchaai.com/in.php \
-H 'Content-Type: multipart/form-data' \
-F key=string \
-F method=geetest \
-F gt=string \
-F challenge=string \
-F pageurl=string \
-F userAgent=string \
-F proxy=string \
-F proxytype=HTTP \
-F json=0Response
{ "status": 1, "request": "0123456789" }
- https://ocr.captchaai.com/res.php
- cURL
- JavaScript
- Node.js
- Python
- PHP
- Payload
curl -i -X POST \
https://ocr.captchaai.com/res.php \
-H 'Content-Type: multipart/form-data' \
-F key=string \
-F action=get \
-F id=string \
-F json=0Response
{ "challenge": "1a2b3456cd67890e12345fab678901c2de", "validate": "09fe8d7c6ba54f32e1dcb0a9fedc8765", "seccode": "12fe3d4c56789ba01f2e345d6789c012|jordan" }