Get FAQ answer
GET
/ai_insights/{id}
Retrieve detailed answer for a specific AI insight
Authorizations
ApiKeyAuth
API key authentication. Format: cpt_{env}v1{random}_{checksum}. Example: cpt_prod_v1_xxxxxxxxxx_xx
Type
API Key (header: X-CP-TERMINAL-API-KEY)
Parameters
Path Parameters
id*
AI Insight ID
Type
Requiredinteger
Example
1Query Parameters
lang
Language code
Type
string
Valid values
"en""ja""zh"Example
"en"Default
"en"Responses
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" } ] } ] }
{
}
