メインコンテンツへスキップ
POST
/
external
/
suggestions-conversation
cURL
curl --location --request POST 'https://app.sbai.cloud/api/external/suggestions-conversation' \
--header 'client-id: your-client-id' \
--header 'private-key: your-private-key' \
--header 'secret: your-secret'  \
--header 'Content-Type: application/json' \
--data-raw '{
    "conversation_id": "uuid"
}'
{
  "related_questions": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.shieldbase.ai/llms.txt

Use this file to discover all available pages before exploring further.

ヘッダー

client-id
string
必須
private-key
string
必須
secret
string
必須

ボディ

application/json
conversation_id
string
:

"uuid"

レスポンス

Successful Response