Skip to main content
POST
/
chat
/
generateSuggestions
Generate home suggestions
curl --request POST \
  --url http://api.superwize.ai/api/chat/generateSuggestions \
  --header 'Content-Type: application/json' \
  --data '{}'
[
  "What are today's top headlines in Pakistan?",
  "Show me the latest PSL match updates"
]

Body

application/json

The body is of type object.

Response

Suggestions returned.