2captcha-java
2captcha-java copied to clipboard
Turnstile requires 3 parameters
Turnstile requires 3 parameters, if you do not use proxy.
| type | String | Yes | Task type:TurnstileTaskProxylessTurnstileTask |
|---|---|---|---|
| websiteURL | String | Yes | The full URL of target web page where the captcha is loaded. We do not open the page, not a problem if it is available only for authenticated users |
| websiteKey | String | Yes | Turnstile sitekey. Can be found inside data-sitekey property of the Turnstile div element |
But tasktype is missing, therefore API always return error BAD_PARAMETERS when using without proxy.