{ "clientKey": "YOUR_API_KEY", "taskId": "TASKID OF CREATETASK" }
curl --location --request POST 'https://api.ez-captcha.com/getTaskResult' \ --header 'Content-Type: application/json' \ --data-raw '{ "clientKey": "YOUR_API_KEY", "taskId": "TASKID OF CREATETASK" }'
{ "errorId": 0, "errorCode": "string", "errorDescription": "string", "taskId": "string", "solution": { "gRecaptchaResponse": "string" }, "status": "string" }