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"
}