Description
GLP-1 nutrition companion — deterministic protein target (1.2-1.6 g/kg; 1.5 g/kg fat-free mass when body fat is known), fluid and calorie floors computed in code, plus a PubMed-grounded muscle-preservation plan, micronutrient watchlist, symptom-driven meal adjustments, and prescriber red flags for patients on semaglutide, tirzepatide, or liraglutide. Nutrition only; never drug dosing.
Documentation
GLP-1 nutrition companion
Deterministic protein target (1.2-1.6 g/kg, or 1.5 g/kg fat-free mass when body fat is known), fluid and calorie floors computed in code, plus PubMed-grounded muscle-preservation plan, micronutrient watchlist, symptom-driven adjustments, and prescriber red flags for semaglutide/tirzepatide/liraglutide users. Nutrition only, never drug dosing.
**Price:** $0.15 USDC per call
Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.
Authentication
No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.
Parameters
{
"properties": {
"body_fat_pct": {
"description": "Optional; switches protein math to fat-free mass",
"required": false,
"type": "number",
"x-parameter-location": "query"
},
"drug": {
"description": "semaglutide | ozempic | wegovy | tirzepatide | mounjaro | zepbound | liraglutide | saxenda | other",
"required": true,
"type": "string",
"x-parameter-location": "query"
},
"goal": {
"description": "active-loss (default) | maintenance | coming-off",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"lang": {
"description": "Response language (default en)",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"symptoms": {
"description": "Comma-separated: nausea, constipation, fatigue, reflux",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"weeks_on": {
"description": "Weeks on the medication",
"required": false,
"type": "number",
"x-parameter-location": "query"
},
"weight_kg": {
"description": "Body weight in kg (or pass weight_lb)",
"required": true,
"type": "number",
"x-parameter-location": "query"
},
"weight_lb": {
"description": "Body weight in lb (alternative to weight_kg)",
"required": false,
"type": "number",
"x-parameter-location": "query"
}
},
"required": [
"drug",
"weight_kg"
],
"type": "object"
}