Join And Get Free Trial!
文献资料索引
入门
createTask
getTaskResult
getToken
getBalance
errorCodes
ReCaptchaV2TaskProxyLess
ReCaptchaV2EnterpriseTask
ReCaptchaV2EnterpriseTaskProxyLess
ReCaptchaV2HSEnterpriseTaskProxyLess
ReCaptchaV3Task
ReCaptchaV3HSTaskProxyLess
ReCaptchaV3TaskProxyLess
ReCaptchaMobileTask
ReCaptchaMobileProxyLess
Python
Javascript
GO
C#
API 端点: https://api.nextcaptcha.com/getTaskResult
https://api.nextcaptcha.com/getTaskResult
方法: POST
内容类型: application/json
application/json
clientKey
{ "clientKey": "api key", "taskId": 1781234567890 }
{ "errorId": 0, "status": "processing" }
{ "errorId": 12, "errorCode": "ERROR_CAPTCHA_UNSOLVABLE", "errorDescription": "captcha could not be solved,because proxy is not allowed for this task" }
{ "errorId": 0, "status": "ready", "solution": { "gRecaptchaResponse": "03AOLTBLR8z..." } }