Cookie usage notification

This site uses cookies. Cookies remember you, so we can provide you with personalized services. Read our privacy policy.

Logo of «GitHub»
  • We support API for «PHP» language
  • We support API for «Python» language
  • We support API for «Go» language
  • We support API for «Ruby» language
  • We support API for «C#» language
  • We support API for «Java» language
  • We support API for «JavaScript» language

Callback (webhook)

We provide a callback (webhook) option that allows you to get the solution for your captcha automatically when it's ready.
It allows you to get answers without calling getTaskResult method and also allows you to avoid account suspension.

To receive automated callback you have to:

  • Register your callback domain/IP address on this page
  • Provide your callback URL as a value of callbackUrl parameter of your createTask

Process incoming HTTP POST request with URLencoded form data (application/x-www-form-urlencoded) coming from our server to your callback URL. The request contains two parameters: id - captcha ID and code - the answer.
Incoming callback request example:

id=81555263943&code=ANSWER

You can use any callback URL pointing to your registered domain/IP address so your URL can include custom parameters.