Solve CAPTCHAs through 2Captcha's task API, including reCAPTCHA v2/v3, hCaptcha, Cloudflare Turnstile, FunCaptcha, GeeTest, and image challenges, with task creation, result polling, and solve-quality reporting.
Use for automated CAPTCHA solving in web agents, scraping and form-submission pipelines, login or signup flows, challenge polling, and reporting correct or incorrect solve outcomes back to 2Captcha.
| Method | Path |
|---|---|
| POST | createTask Create a CAPTCHA solve task |
| POST | getTaskResult Get the result for a CAPTCHA solve task |
| POST | reportCorrect Report a correct CAPTCHA solution |
| POST | reportIncorrect Report an incorrect CAPTCHA solution |