Skip to main content

ZeqMealPlan

Personalized meal planning with HulyaPulse circadian nutrition timing. Macro/micro nutrient targets, meal prep scheduling, grocery list optimization.

EndpointPOST /api/nutrition/meal-plan
Authapi-key
Rate limit15/min
Categorynutrition

Parameters

NameTypeRequiredDescription
profileobjectYes{ weight_kg, height_cm, age, sex, activityLevel }
goalstringNo'maintain', 'lose', 'gain', 'performance'.
restrictionsarrayNo['vegan', 'gluten-free', 'keto', 'halal', 'kosher']
daysnumberNoDays to plan.

Returns

{ mealPlan, dailyMacros, groceryList, circadianTiming, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"profile": {},
"goal": "maintain",
"restrictions": [],
"days": 7
}' \
"https://zeqsdk.com/api/nutrition/meal-plan"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-meal-plan.