← Back to catalog
spoonacular.analyze_recipe
mock data$0.005 / callSpoonacular Analyze Recipe
Analyze a recipe by title and ingredient list — returns full nutrition breakdown, dietary labels, and caloric distribution (Spoonacular)
Input schema
titlerequired
stringRecipe title (e.g. "Spaghetti Carbonara")
servings
integerNumber of servings (default 1)
ingredientsrequired
arrayList of ingredient strings (e.g. ["200g spaghetti", "100g guanciale", "2 eggs"])
instructions
stringCooking instructions as plain text
Call via REST
curl -X POST https://unifyapi.pro/api/call/spoonacular.analyze_recipe \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"title":"<title>","servings":0,"ingredients":"<ingredients>","instructions":"<instructions>"}'