本文へスキップ

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"
  
  
}
  
]
}

Playground

認証
変数
キー

サンプル