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

reportIncorrect method

The method is used for automated feedback on captcha solutions.
Make this request if the answer was declined by the target website. We use the collected statistics to improve our service, we check the solutions, we check workers who provided the solution and after the analisys we issue refunds for incorrectly solved captchas.
If your success rate is close to 0% please do not send this request, there is definetely wrong with your code/software.

API Endpoint: https://api.2captcha.com/reportIncorrect
Method: POST
Content-Type: application/json

Request properties

Name Type Required Description
clientKey String Yes Your API key
taskId Integer Yes The id of your task

Request example

{
   "clientKey": "YOUR_API_KEY",
   "taskId": 74455221488
}

Response example

{
    "errorId": 0,
    "status": "success"
}