AI 智能风险解读
接口说明
AI 大模型自动生成企业风险报告(5 分钟生成,传统需 2 小时)
请求方式
GET
单价
¥3.00
缓存时间
86400 秒
请求地址
GET https://openapi.jiawei.net/api/v1/special.ai/risk/interpretation
通过 Header 携带 X-App-Key / X-App-Sign / X-App-Timestamp 完成认证
请求参数
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
company_name|credit_code |
string | 必填 | - |
响应示例
{
"code": 200,
"message": "success",
"data": {
"name": "北京百度网讯科技有限公司",
"credit_code": "91110000802000837B",
"legal_person": "梁志祥",
"reg_capital": "4500万人民币",
"reg_status": "在营",
"reg_date": "2001-06-05"
},
"request_id": "req_65f8a1b2c3d4e",
"timestamp": 1700000000
}
curl -X GET 'https://openapi.jiawei.net/api/v1/special.ai/risk/interpretation?key=北京百度网讯科技有限公司' \
-H 'X-App-Key: ak_xxxxxxxx' \
-H 'X-App-Timestamp: 1700000000' \
-H 'X-App-Sign: <hmac_sha256>'
$appKey = 'ak_xxxxxxxx';
$appSecret = 'sk_xxxxxxxx';
$ts = time();
$sign = hash_hmac('sha256', $appKey . $ts, $appSecret);
$ch = curl_init("https://openapi.jiawei.net/api/v1/special.ai/risk/interpretation?key=百度");
curl_setopt_array($ch, [
CURLOPT_HTTPHEADER => [
"X-App-Key: $appKey",
"X-App-Timestamp: $ts",
"X-App-Sign: $sign",
],
CURLOPT_RETURNTRANSFER => true,
]);
echo curl_exec($ch);
import hmac, hashlib, time, requests
app_key = 'ak_xxxxxxxx'
app_secret = 'sk_xxxxxxxx'
ts = str(int(time.time()))
sign = hmac.new(app_secret.encode(),
f'{app_key}{ts}'.encode(),
hashlib.sha256).hexdigest()
r = requests.get(
'https://openapi.jiawei.net/api/v1/special.ai/risk/interpretation',
params={'key': '百度'},
headers={
'X-App-Key': app_key,
'X-App-Timestamp': ts,
'X-App-Sign': sign,
})
print(r.json())
String appKey = "ak_xxxxxxxx";
String appSecret = "sk_xxxxxxxx";
long ts = System.currentTimeMillis() / 1000L;
String sign = HmacUtils.hmacSha256Hex(appSecret, appKey + ts);
HttpRequest req = HttpRequest.get(
"https://openapi.jiawei.net/api/v1/special.ai/risk/interpretation")
.header("X-App-Key", appKey)
.header("X-App-Timestamp", String.valueOf(ts))
.header("X-App-Sign", sign);
System.out.println(req.execute().body());
错误码
| 错误码 | 说明 |
|---|---|
| 200 | 成功 |
| 400 | 请求参数错误 |
| 401 | 认证失败(AppKey/AppSign 错误或时间戳过期) |
| 403 | 账号已被禁用 |
| 429 | 请求频率超限或配额已用尽 |
| 402 | 余额不足 |
| 404 | 接口不存在 |
| 500 | 服务器内部错误 |
在线测试
special 接口
仲裁案件(风鸟独家)
¥1.00
special.arbitration
存贷款业务(风鸟独家)
¥1.50
special.bank_loan
AI 智能风险解读
¥3.00
special.ai_risk_interpretation
多节点关联查询(风鸟独家 3+)
¥2.00
special.multi_node_relation
破产重整
¥0.50
special.bankruptcy
司法拍卖
¥0.50
special.judicial_auction
融资信息核查
¥0.50
special.financing_info
邓白氏企业财务报表
¥5.00
special.dnb_company_financials
邓白氏全球企业排名
¥2.00
special.dnb_business_ranking
邓白氏多元化企业画像
¥1.50
special.dnb_diversity