Cloudflare's privacy-friendly CAPTCHA alternative that verifies users invisibly or through a lightweight widget. CaptchaAI provides a valid token for site verification.
Cloudflare Turnstile
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=turnstile \
-F sitekey=string \
-F pageurl=http://example.com \
-F action=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" }