GET /food/converse/suggest
Conversation Suggests
This endpoint returns suggestions for things the user can say or ask the chatbot.
Request Traces
Request Headers
GET https://api.spoonacular.com/food/converse/suggest
Accept: application/json
HTTP Response
HTTP 200
Success
{
"suggests": {
"_": [
{
"name": "string",
},
],
},
"words": [
{
},
],
}
HTTP 401
Unauthorized
HTTP 403
Forbidden
HTTP 404
Not Found
