跳到正文

获取 AI 洞察问题列表

GET
/ai_insights

获取 AI 洞察中的常见问题列表。

授权

ApiKeyAuth

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

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

参数

查询参数

lang

Language code

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

Maximum number of questions to return

类型
integer
示例4
最小值
1
默认
4

响应

Successful response

application/json
JSON
{
  
"code": 0,
  
"message": "ok",
  
"data": [
  
  
{
  
  
  
"id": 1,
  
  
  
"key": "market_price_sentiment",
  
  
  
"question": "What is the Current Market Sentiment?",
  
  
  
"lang": "en"
  
  
}
  
]
}

试验场

授权
变量

示例