Documentation in English
About version 2.0
API version 2 works on address https://api.anti-captcha.com/ and it works only via HTTP POST methods, data format is JSON.
To solve a captcha, you need:
- Select proper task type for your captcha.
- Create captcha task with createTask method which will return task ID.
- Wait a few seconds to let system assign captcha to an employee. They solve it and post result back to the system.
- Request captcha solution with getTaskResult method. If your captcha is not solved yet, go to step #3.
Solving Google Recaptcha Puzzle
Works the same way, send website address and "sitekey" parameter to API and we will return g-recaptcha-response. Detailed scheme is here, and more complex situations are described here.
Additional methods:
- Check account balance
- Request real-time system load statistics.
- Report incorrectly solved English image captchas.
- Report incorrectly solved Recaptchas.
Useful links
Forms with Recaptcha. Submit automation scheme.
Examples and classes for several languages.