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.

Refund Policy for Unsolved Captchas:

Please note that each complaint about a solved captcha is reviewed individually.

For standard captchas, we verify the accuracy of the provided answer. For token-based captchas, we analyze the performance metrics and statistics of the worker who provided the solution.

Based on this review, a decision is made regarding the eligibility for a refund.

Therefore, a refund is not guaranteed for every complaint, and the total refund amount may differ from the number of requests submitted.

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

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

Response example

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