cURL
curl --request POST \ --url https://api.duplik.cn/v1/spaces/completions/{space_id}/suggest-questions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "session_id": "<string>", "message_id": "<string>" } '
{ "questions": [ "<string>" ] }
对话后的问题推荐
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Suggested questions, limit max 3 questions