Skip to main content

ZeqMetabolic

Metabolic rate and body composition modeling. Indirect calorimetry estimation, RQ analysis, lean mass prediction with R(t) circadian metabolic cycling.

EndpointPOST /api/nutrition/metabolic
Authapi-key
Rate limit10/min
Categorynutrition

Parameters

NameTypeRequiredDescription
measurementsobjectYes{ weight_kg, height_cm, age, sex, bodyFat_pct }
activityobjectNo{ 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.