ZeqMetabolic
Metabolic rate and body composition modeling. Indirect calorimetry estimation, RQ analysis, lean mass prediction with R(t) circadian metabolic cycling.
| Endpoint | POST /api/nutrition/metabolic |
| Auth | api-key |
| Rate limit | 10/min |
| Category | nutrition |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
measurements | object | Yes | { weight_kg, height_cm, age, sex, bodyFat_pct } |
activity | object | No | { steps, exercise_min, intensity } |
Returns
{ bmr_kcal, tdee_kcal, leanMass_kg, fatMass_kg, rq, metabolicAge, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"measurements": {},
"activity": {}
}' \
"https://zeqsdk.com/api/nutrition/metabolic"
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-metabolic.