Logo of «GitHub»
  • 我们支持 «PHP» 语言的API
  • 我们支持 «Python» 语言的API
  • 我们支持 «Go» 语言的API
  • 我们支持 «Ruby» 语言的API
  • 我们支持 «C#» 语言的API
  • 我们支持 «Java» 语言的API
  • 我们支持 «JavaScript» 语言的API

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