Get FAQ answer
GET
/ai_insights/{id}
Retrieve detailed answer for a specific AI insight
授权
ApiKeyAuth
API key authentication. Format: cpt_{env}v1{random}_{checksum}. Example: cpt_prod_v1_xxxxxxxxxx_xx
类型
API Key (header: X-CP-TERMINAL-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" } ] } ] }
{
}
