Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • AntiCaptcha v1, v2

  • RuCaptcha/2captcha

  • RipCaptcha

  • BypassCaptcha

  • DeathByCaptcha

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

...

  1. 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

...

  1. are not solved yet, go to step #2.

Additional methods:

Code examples

For your convenience, we’ve created ready-made libraries for fast integration the CapMonster.Cloud API into your code. Recognize reCAPTCHA, hCaptcha and other types of captcha at the lowest prices on the market!

Language

Link to the repository

С#

Python

JS

GO

PHP