版本比较

密钥

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

...

Request node:

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

...

Request format:POST application/json

Request parameters

Parameters

Parameter

Type

Required

Description

Purpose

clientKey

string

String

true

The clientkey, which can be found in the personal center

Yes

Unique key of your account

Request example:

代码块
languagejson
{
    "clientKey":"cc9c18d3e263515c2c072b36a7125eecc078618f"
}

Response datastructure

Parameters

Type

Description

errorId

Integer

Error message: 0 - No error, 1 - Error exists

softID

Integer

software developer ID

balance

DecimalAccumulated

rebate amount in RMBAccount balance

Response example

代码块
languagejson
{
    "errorId": 0,
    "softID": 3,
    "balance": 0.004
}

...