Automate spoonacular
HumDay reads spoonacular’s own published API description and derives 99 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What spoonacular is
The spoonacular Nutrition, Recipe, and Food API allows you to access over thousands of recipes, thousands of ingredients, 800,000 food products, over 100,000 menu items, and restaurants. Our food ontology and semantic recipe search engine makes it possible to search for recipes using natural language queries, such as "gluten free brownies without sugar" or "low fat vegan cupcakes." You can automat
API host: api.spoonacular.com
What HumDay can do in spoonacular
24 documented operations change something in spoonacular.
- POSTConnect User
/users/connect - POSTAdd to Shopping List
/mealplanner/{username}/shopping-list/items - POSTAdd to Meal Plan
/mealplanner/{username}/items - POSTCreate Recipe Card
/recipes/visualizeRecipe - POSTAdd Meal Plan Template
/mealplanner/{username}/templates - POSTDetect Food in Text
/food/detect - POSTAnalyze Recipe
/recipes/analyze - POSTClassify Cuisine
/recipes/cuisine - DELETEDelete from Shopping List
/mealplanner/{username}/shopping-list/items/{id} - POSTRecipe Taste Widget
/recipes/visualizeTaste - POSTParse Ingredients
/recipes/parseIngredients - POSTEquipment Widget
/recipes/visualizeEquipment - POSTRecipe Nutrition Widget
/recipes/visualizeNutrition - POSTAnalyze Recipe Instructions
/recipes/analyzeInstructions - POSTIngredients Widget
/recipes/visualizeIngredients - POSTPrice Breakdown Widget
/recipes/visualizePriceEstimator - POSTMap Ingredients to Grocery Products
/food/ingredients/map - POSTClassify Grocery Product
/food/products/classify - DELETEDelete from Meal Plan
/mealplanner/{username}/items/{id} - POSTClassify Grocery Product Bulk
/food/products/classifyBatch - POSTCompute Glycemic Load
/food/ingredients/glycemicLoad - DELETEClear Meal Plan Day
/mealplanner/{username}/day/{date} - POSTGenerate Shopping List
/mealplanner/{username}/shopping-list/{start-date}/{end-date} - DELETEDelete Meal Plan Template
/mealplanner/{username}/templates/{id}
What HumDay can read from spoonacular
These are the operations a schedule or a trigger can watch.
- GETAutocomplete Menu Item Search
/food/menuItems/suggest - GETSearch Menu Items
/food/menuItems/search - GETAnalyze a Recipe Search Query
/recipes/queries/analyze - GETGet Menu Item Information
/food/menuItems/{id} - GETSearch All Food
/food/search - GETAutocomplete Recipe Search
/recipes/autocomplete - GETSearch Recipes
/recipes/complexSearch - GETSearch Recipes by Nutrients
/recipes/findByNutrients - GETSearch Recipes by Ingredients
/recipes/findByIngredients - GETMenu Item Nutrition Label Widget
/food/menuItems/{id}/nutritionLabel - GETMenu Item Nutrition by ID Widget
/food/menuItems/{id}/nutritionWidget - GETSearch Site Content
/food/site/search - GETSearch Food Videos
/food/videos/search - GETSearch Grocery Products
/food/products/search - GETAutocomplete Product Search
/food/products/suggest - GETSearch Custom Foods
/food/customFoods/search - GETIngredient Search
/food/ingredients/search - GETSearch Restaurants
/food/restaurants/search - GETAutocomplete Ingredient Search
/food/ingredients/autocomplete - GETCreate Recipe Card
/recipes/{id}/card - GETMenu Item Nutrition Label Image
/food/menuItems/{id}/nutritionLabel.png - GETMenu Item Nutrition by ID Image
/food/menuItems/{id}/nutritionWidget.png - GETGet Shopping List
/mealplanner/{username}/shopping-list - GETTalk to Chatbot
/food/converse - GETGet Random Recipes
/recipes/random - GETConvert Amounts
/recipes/convert - GETExtract Recipe from Website
/recipes/extract - GETSearch Grocery Products by UPC
/food/products/upc/{upc} - GETQuick Answer
/recipes/quickAnswer - GETGenerate Meal Plan
/mealplanner/generate - GETGuess Nutrition by Dish Name
/recipes/guessNutrition - GETGet Recipe Information Bulk
/recipes/informationBulk - GETDish Pairing for Wine
/food/wine/dishes - GETRandom Food Joke
/food/jokes/random - GETWine Pairing
/food/wine/pairing - GETRandom Food Trivia
/food/trivia/random - GETImage Analysis by URL
/food/images/analyze - GETImage Classification by URL
/food/images/classify - GETConversation Suggests
/food/converse/suggest - GETWine Description
/food/wine/description - GETWine Recommendation
/food/wine/recommendation - GETGet Ingredient Substitutes
/food/ingredients/substitutes - GETGet Product Information
/food/products/{id} - GETGet Similar Recipes
/recipes/{id}/similar - GETSummarize Recipe
/recipes/{id}/summary - GETGet Recipe Information
/recipes/{id}/information - GETRecipe Taste by ID Widget
/recipes/{id}/tasteWidget - GETRecipe Nutrition Label Widget
/recipes/{id}/nutritionLabel - GETEquipment by ID Widget
/recipes/{id}/equipmentWidget - GETRecipe Nutrition by ID Widget
/recipes/{id}/nutritionWidget - GETIngredients by ID Widget
/recipes/{id}/ingredientWidget - GETGet Meal Plan Templates
/mealplanner/{username}/templates - GETGet Analyzed Recipe Instructions
/recipes/{id}/analyzedInstructions - GETPrice Breakdown by ID Widget
/recipes/{id}/priceBreakdownWidget - GETCompute Ingredient Amount
/food/ingredients/{id}/amount - GETRecipe Taste by ID Image
/recipes/{id}/tasteWidget.png - GETTaste by ID
/recipes/{id}/tasteWidget.json - GETRecipe Nutrition Label Image
/recipes/{id}/nutritionLabel.png - GETEquipment by ID Image
/recipes/{id}/equipmentWidget.png - GETRecipe Nutrition by ID Image
/recipes/{id}/nutritionWidget.png - GETGet Ingredient Information
/food/ingredients/{id}/information - GETGet Ingredient Substitutes by ID
/food/ingredients/{id}/substitutes - GETProduct Nutrition Label Widget
/food/products/{id}/nutritionLabel - GETEquipment by ID
/recipes/{id}/equipmentWidget.json - GETIngredients by ID Image
/recipes/{id}/ingredientWidget.png - GETNutrition by ID
/recipes/{id}/nutritionWidget.json - GETProduct Nutrition by ID Widget
/food/products/{id}/nutritionWidget - GETIngredients by ID
/recipes/{id}/ingredientWidget.json - GETPrice Breakdown by ID Image
/recipes/{id}/priceBreakdownWidget.png - GETPrice Breakdown by ID
/recipes/{id}/priceBreakdownWidget.json - GETGet Meal Plan Template
/mealplanner/{username}/templates/{id} - GETGet Comparable Products
/food/products/upc/{upc}/comparable - GETGet Meal Plan Week
/mealplanner/{username}/week/{start-date} - GETProduct Nutrition Label Image
/food/products/{id}/nutritionLabel.png - GETProduct Nutrition by ID Image
/food/products/{id}/nutritionWidget.png
How automating spoonacular works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live spoonacular account.
- Grant access, then go live. You approve the specific spoonacular operations it may use — and only those.
Automate spoonacular with these
- Discord242 operations
- CPY PeerTube185 operations
- Mastodon Specification (https //github.com/mastodon/mastodon)127 operations
- Discourse Documentation84 operations
- Twitter80 operations
- Trashnothing trash nothing76 operations
- Contribly44 operations
- Clubhouseapi Clubhouse41 operations
- Semantria41 operations
- DEV Forem40 operations
- Medium32 operations
- Instagram24 operations
Categories
Questions about spoonacular automation
- Can HumDay connect to spoonacular?
- Yes. HumDay reads spoonacular's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 99 operations are documented.
- Do I need to write code to automate spoonacular?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your spoonacular account.
- What can HumDay do in spoonacular?
- 24 of the 99 documented operations change something in spoonacular, and 75 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my spoonacular account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to spoonacular is held behind that approval.
Where this came from
The operations above are read from a published API description for spoonacular at spoonacular.com/application/frontend/downloads/spoonacular-openapi-3.json. Descriptions are the provider’s own words, not ours. Last published 2023-03-06.