📋Report Bad Solution [/reportIncorrectRecaptcha]
The API endpoint for reporting incorrect solutions to, we provide a refund for in invalid solutions. For certain tasks, this data is used to analyze and improve the quality of the tokens overtime.
This currently is only available for Recaptcha task types. Automatic token validation and accurate feedback submissions are critical to the accuracy of the service we provide.
Full Rest API Endpoint: https://captcha.datalabs.net/reportIncorrectRecaptcha
Request Structure
Parameters | Required | Description |
---|---|---|
clientKey | true | Your accounts private API Key. |
taskId | true | The |
Response Structure
Parameters | Description |
---|---|
errorId | 0: Without error. 1: Error with request. |
errorCode | Short code for error type. |
errorDescription | More thorough description of the error. |
status | The current status of the task. |
Example Responses
Last updated