Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In this section, you can learn how to send a captcha to the CapMonster Cloud. We also support the Manual Recognition Services API:

  • AntiCaptcha v1, v2

  • RuCaptcha

  • RipCaptcha

  • BypassCaptcha

API version 2 works on address https://api.capmonster.cloud and it works only via HTTP POST methods, data format is JSON.

To solve a captcha, you need:

  1. Create captcha task via via createTask method which will return task ID.

  2. Wait for a while. Depending on the system load, you will receive an answer after a time in the range from 300ms to 6s.

  3. Request captcha solution with getTaskResult method. If captchas is not solved yet, go to step #2.

Additional methods:

  • No labels