GET /food/converse

Talk to Chatbot

This endpoint can be used to have a conversation about food with the spoonacular chatbot. Use the "Get Conversation Suggests" endpoint to show your user what he or she can say.

Request Traces

Request Headers

GET https://api.spoonacular.com/food/converse
Accept: application/json

HTTP Response

HTTP 200

Success

{
   "answerText": "string",
   "media":    [
      {
      },
   ],
}
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found