Your API key (32 characters)
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.
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 version=v3 \
-F googlekey=string \
-F pageurl=string \
-F domain=google.com \
-F action=verify \
-F min_score=0.3 \
-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" }