ZeqMealPlan
Personalized meal planning with HulyaPulse circadian nutrition timing. Macro/micro nutrient targets, meal prep scheduling, grocery list optimization.
| Endpoint | POST /api/nutrition/meal-plan |
| Auth | api-key |
| Rate limit | 15/min |
| Category | nutrition |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
profile | object | Yes | { weight_kg, height_cm, age, sex, activityLevel } |
goal | string | No | 'maintain', 'lose', 'gain', 'performance'. |
restrictions | array | No | ['vegan', 'gluten-free', 'keto', 'halal', 'kosher'] |
days | number | No | Days 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.