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

Headers

client-id
string
required
private-key
string
required
secret
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.