Spoonacular
Connector for the spoonacular API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.spoonacular.com - Auth:
header:x-api-key(pass your key via theapiKeyinput)
Operations
talktochatbot— GET /food/converse — Talk to Chatbotgetconversationsuggests— GET /food/converse/suggest — Conversation Suggestssearchcustomfoods— GET /food/customFoods/search — Search Custom Foodsimageanalysisbyurl— GET /food/images/analyze — Image Analysis by URLimageclassificationbyurl— GET /food/images/classify — Image Classification by URLautocompleteingredientsearch— GET /food/ingredients/autocomplete — Autocomplete Ingredient Search
Inputs
apiKey— your spoonacular API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: talktochatbot
apiKey: <your key>