版本比较

密钥

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

Request node:

状态
colourGreen
titleINTERNATIONAL NODE
https://api.yescaptcha.com
状态
colourGreen
titleDOMESTIC CHINA NODE
https://cn.yescaptcha.com

Request address: https://api.yescaptcha.com/getBalancegetTaskResult

Request format:POST application/json

  1. Each task is limited to a maximum of Request limit: 120 requests per task.

  2. 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:

代码块
languagejson
{
    "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.
ready - Upon completion of the recognition task , please locate the results within the solution parameter.complete, solution object can be found in solution property

solution

Object

The recognition results may vary depending on the Task result data. Different for each type of task.

Response example

...