Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Every request authenticates with an API key: Authorization: Bearer {API_KEY}. App endpoints take an app API key; knowledge endpoints take a knowledge base API key (Get Started).

Keep keys server-side; never embed them in client code. Requests with a missing or invalid key fail with HTTP 401 (unauthorized).

Path Parameters

message_id
string<uuid>
required

ID of the message to get suggestions for. Get it from a chat response or List Conversation Messages.

Query Parameters

user
string
required

End-user identifier, defined by your app and unique within it. See End User Identity.

Response

Successfully retrieved suggested questions.

result
string

Result status.

data
string[]

List of suggested questions.