spoonacular.recipes.analyze
Analyze recipes to get nutrition breakdown, dietary labels, and caloric distribution by providing title and ingredients.
Instructions
Analyze a recipe by title and ingredient list — returns full nutrition breakdown, dietary labels, and caloric distribution (Spoonacular)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Recipe title (e.g. "Spaghetti Carbonara") | |
| ingredients | Yes | List of ingredient strings (e.g. ["200g spaghetti", "100g guanciale", "2 eggs"]) | |
| instructions | No | Cooking instructions as plain text | |
| servings | No | Number of servings (default 1) |