reportCorrect method
The method is used for automated feedback on captcha solutions.
If the answer was accepted by the target website send this request. We use the collected statistics to make our service better.
API Endpoint: https://api.2captcha.com/reportCorrect
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"
}