跳到正文

获取 AI 洞察答案

GET
/ai_insights/{id}

获取指定 AI 洞察问题的详细答案。

授权

ApiKeyAuth

API key authentication. Format: cp_{env}v1{random}_{checksum}. Example: cp_prod_v1_xxxxxxxxxx_xx

类型
API Key (header: CP-X-API-KEY)

参数

路径参数

id*

AI Insight ID

类型
integer
必填
示例1

查询参数

lang

Language code

类型
string
有效值
"en""ja""zh"
示例"en"
默认
"en"

响应

Successful response

application/json
JSON
{
  
"code": 0,
  
"message": "ok",
  
"data": {
  
  
"conclusion": "Market sentiment is currently bullish...",
  
  
"deep_analysis": [
  
  
  
{
  
  
  
  
"title": "Bitcoin Price Surge",
  
  
  
  
"expanded_explanation": "Bitcoin has experienced significant growth... (topics #1001,#1002).",
  
  
  
  
"topic_links": [
  
  
  
  
  
{
  
  
  
  
  
  
"additionalProperties": "string"
  
  
  
  
  
}
  
  
  
  
]
  
  
  
}
  
  
]
  
}
}

试验场

授权
变量

示例