UnifyAPI
← Back to catalog

spoonacular.analyze_recipe

mock data$0.005 / call

Spoonacular Analyze Recipe

Analyze a recipe by title and ingredient list — returns full nutrition breakdown, dietary labels, and caloric distribution (Spoonacular)

Food & Nutritionprovider: Spoonacular#spoonacular#food

Input schema

titlerequired

Recipe title (e.g. "Spaghetti Carbonara")

string
servings

Number of servings (default 1)

integer
ingredientsrequired

List of ingredient strings (e.g. ["200g spaghetti", "100g guanciale", "2 eggs"])

array
instructions

Cooking instructions as plain text

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.