Request node:
状态 | ||||
---|---|---|---|---|
|
https://api.yescaptcha.com
状态 | ||||
---|---|---|---|---|
|
https://cn.yescaptcha.com
Request address: https://api.yescaptcha.com/getBalancegetTaskResult
Request format:POST
application/json
Each task is limited to a maximum of Request limit:
120
requests per task.After creating a task, you may query the task within the first
5
minutes.
Request parameters
ParametersParameter | Type | Required | DescriptionPurpose | |
---|---|---|---|---|
clientKey | stringString | true | The clientkey, which can be found in the personal centerYes | Unique key of your account. |
taskId | string | trueYes | The ID which was obtained through the in createTask method. |
Request example:
代码块 | ||
---|---|---|
| ||
{ "clientKey":"cc9c18d3e263515c2c072b36a7125eecc078618f", "taskId": "f079dfc0-1877-11ec-a7e3-94e6f7355a0b" } |
Response datastructure
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.Check out errors list. |
errorDescription | string | Error detailed description |
status | String | processing - The recognition process is currently in progresstask is not ready yet. |
solution | Object | The recognition results may vary depending on the Task result data. Different for each type of task. |
Response example
...