UnifyAPI
← Back to catalog

nutrition.lookup

mock data$0.004 / call

Nutrition Lookup

Calories and macronutrients for a natural-language food query.

Healthprovider: Nutritionix#health#nutrition

Input schema

queryrequired

e.g. 2 eggs and toast

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/nutrition.lookup \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"query":"<query>"}'

Try it

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