A reCAPTCHA v2 variant that runs invisibly on form actions. CaptchaAI provides a token for injection just before form submission.
Invisible reCAPTCHA v2
Languages
Servers
https://ocr.captchaai.com/
Bodymultipart/form-datarequired
Cookies from google search. Learn More
Proxy in format user:pass@ip:port or ip:port. Learn More.
- 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=userrecaptcha \
-F googlekey=string \
-F pageurl=http://example.com \
-F invisible=0 \
-F domain=google.com \
-F data-s=string \
-F cookies=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
{ "status": 1, "request": "TOKEN_OR_TEXT" }