Get Task Result
POST
https://api.ez-captcha.com/getTaskResultRequest
Body Params application/json
clientKey
string
required
taskId
string
required
Example
{
"clientKey": "YOUR_API_KEY",
"taskId": "TASKID OF CREATETASK"
}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
errorId
integer
required
errorCode
string
required
errorDescription
string
required
taskId
string
required
solution
object
required
gRecaptchaResponse
string
required
status
string
required
Example
{
"errorId": 0,
"errorCode": "string",
"errorDescription": "string",
"taskId": "string",
"solution": {
"gRecaptchaResponse": "string"
},
"status": "string"
}
Last modified: 19 天前