Skip to main content
GET
/
messages
/
{message_id}
/
suggested
Error
A valid request URL is required to generate request examples
{
  "result": "success",
  "data": [
    "What colors does the iPhone 13 Pro Max come in?",
    "How does the battery compare to iPhone 12?",
    "What is the price range?"
  ]
}

Authorizations

Authorization
string
header
required

API Key 认证。对于所有 API 请求,请在 Authorization HTTP 头中包含您的 API Key,并加上 Bearer 前缀。示例:Authorization: Bearer {API_KEY}强烈建议将 API Key 存储在服务端,不要在客户端共享或存储,以避免 API Key 泄漏导致严重后果。

Path Parameters

message_id
string
required

消息 ID。

Query Parameters

user
string
required

用户标识符。

Response

成功获取建议问题。

result
string

结果状态。

data
string[]

建议问题列表。