AI インサイトの質問一覧を取得
GET
/ai_insights
AI インサイトの FAQ 質問一覧を取得します。
Authorizations
ApiKeyAuth
API key authentication. Format: cp_{env}v1{random}_{checksum}. Example: cp_prod_v1_xxxxxxxxxx_xx
Type
API Key (header: CP-X-API-KEY)
Parameters
Query Parameters
lang
Language code
Type
string
Valid values
"en""ja""zh"Example
"en"Default
"en"limit
Maximum number of questions to return
Type
integer
Example
4Minimum
1Default
4Responses
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" } ]
{
}
