Request node: INTERNATIONAL NODE https://api.yescaptcha.com
DOMESTIC NODE https://cn.yescaptcha.com
Request address: https://api.yescaptcha.com/getBalance
Request format:POST
application/json
Each task is limited to a maximum of
120
requests.After creating a task, you may query the task within the first
5
minutes.
Request parameters
Parameters | Type | Required | Description |
---|---|---|---|
clientKey | string | true | The clientkey, which can be found in the personal center |
taskId | string | true | The ID obtained through the createTask method |
Request example:
{ "clientKey":"cc9c18d3e263515c2c072b36a7125eecc078618f", "taskId": "f079dfc0-1877-11ec-a7e3-94e6f7355a0b" }
Response data
Parameters | Type | Description |
---|---|---|
errorId | Integer | Error message: 0 - No error, 1 - Error exists |
errorCode | string | Error code, click here to see the complete list of errors |
errorDescription | string | Error detailed description |
status | String | processing - The recognition process is currently in progress. |
solution | Object | The recognition results may vary depending on the type of task. |
Response example
{ "errorId": 0, "errorCode": null, "errorDescription": null, "solution": { "gRecaptchaResponse": "03AGdBq25SxXT-pmSeBXjzScW-EiocHwwpwqtk1QXlJnGnUJCZrgjwLLdt7cb0..." }, "status": "ready" }