CaptchaBot
Solve image captchas, reCAPTCHA v2/v3, Cloudflare Turnstile, and FunCaptcha through a programmatic API.
image-captcharecaptcha-v2recaptcha-v3cloudflare-turnstilefuncaptcha
API Methods
solve_image $0.005 Solve an image captcha from base64 content.
Parameters
body | input | Accepted by the solve_image method. |
numeric | input | Accepted by the solve_image method. |
min_len | input | Accepted by the solve_image method. |
max_len | input | Accepted by the solve_image method. |
Returns
solutionfield task_idfield solve_recaptcha2 $0.01 Solve a reCAPTCHA v2 challenge.
Parameters
sitekey | input | Accepted by the solve_recaptcha2 method. |
pageurl | input | Accepted by the solve_recaptcha2 method. |
invisible | input | Accepted by the solve_recaptcha2 method. |
Returns
tokenfield task_idfield solve_recaptcha3 $0.01 Solve a reCAPTCHA v3 challenge.
Parameters
sitekey | input | Accepted by the solve_recaptcha3 method. |
pageurl | input | Accepted by the solve_recaptcha3 method. |
action | input | Accepted by the solve_recaptcha3 method. |
min_score | input | Accepted by the solve_recaptcha3 method. |
Returns
tokenfield task_idfield solve_turnstile $0.005 Solve a Cloudflare Turnstile challenge.
Parameters
sitekey | input | Accepted by the solve_turnstile method. |
pageurl | input | Accepted by the solve_turnstile method. |
action | input | Accepted by the solve_turnstile method. |
Returns
tokenfield task_idfield solve_funcaptcha $0.01 Solve a FunCaptcha / Arkose Labs challenge.
Parameters
publickey | input | Accepted by the solve_funcaptcha method. |
pageurl | input | Accepted by the solve_funcaptcha method. |
Returns
tokenfield task_idfield