AI インサイトの質問一覧を取得
GET
/ai_insights
AI インサイトの FAQ 質問一覧を取得します。
認証
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" } ]
{
}
