How to report bad tokens
Why report?
We need reports so that we automatically analize data on the quality of token issued by our API. Reports are processed automatically, and the team takes actions to improve the quality of the tokens, whether it is updating the system for new tasks, improving grids, etc.
Method addresses:
https://api.capmonster.cloud/reportIncorrectImageCaptcha - for Image Captcha reports
https://api.capmonster.cloud/reportIncorrectTokenCaptcha - for token Captcha reports: recaptcha(2,3, enterprise), hcaptcha, geetest, funcaptcha, turnstile.
Also supported:
https://api.capmonster.cloud/reportIncorrectRecaptcha, https://api.capmonster.cloud/reportIncorrectHcaptcha - works the same as reportIncorrectTokenCaptcha
Request format: JSON POST
Request parameters
Parameter | Type | Required | Value |
---|---|---|---|
clientKey | String | Yes | Your unique account key |
taskId | Integer | Yes | Task ID |
Request example:
{
"clientKey":"67b6bcbb1a728ea8d563de6d169a2057",
"taskId": 7654321
}
Response structure:
Property | Type | Meaning |
---|---|---|
errorId | Integer | Error ID. |
errorCode | String | Error code. See error types. |
status | String | success - the report is accepted. |
Response example