---
title: "Talk to Chatbot"
method: GET
path: "/food/converse"
tags: ["misc"]
---

# Talk to Chatbot

`GET /food/converse`

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.

## Query parameters

- `text` string, required
- `contextId` string

## Response `200`

Success

- object
  - `answerText` string, required
  - `media` object[], required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/spoonacular/apis/spoonacular-api.md) · [All operations](https://skmtc.net/spoonacular/apis/spoonacular-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spoonacular/spoonacular-api/revisions/bc2fbe4e8981/schema)
