How to solve Cloudflare Turnstile CAPTCHAs.

It is very simple to solve Cloudflare Turnstile CAPTCHAs through our API. Just follow the steps below.

1. Send an HTTP Post request to https://api.captchas.io/in.php containing the parameters:

key = YOUR_API_KEY

method = turnstile

sitekey = Turnstile SITEKEY

pageurl = PAGE_URL

2. Parse the response of number 1 to get CAPTCHA_ID from response string "OK|CAPTCHA_ID".

3. Get CAPTCHA answer from https://api.captchas.io/res.php containing the parameters:

key = YOUR_API_KEY

action = "get"

id = CAPTCHA_ID

4. Parse the response of number 3 to get CAPTCHA answer from response string "OK|CAPTCHA_ANSWER".

5. Done

Article Details

Article ID:
21
Category:
Date added:
2023-02-09 14:13:46
Views:
76
Rating (Votes):
(0)

Related articles