转至元数据结尾
转至元数据起始

正在查看旧版本。 查看 当前版本.

与当前比较 查看页面历史

« 上一页 版本 5 当前的 »

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

  1. Each task is limited to a maximum of 120 requests.

  2. 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.
ready - Upon completion of the recognition task, please locate the results within the solution parameter.

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"
}

  • 无标签