# NutriPulse Supplement Stack Planner

> NutriPulse Supplement Stack Planner is a paid API for AI agents from nutripulse.theaslangroupllc.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-13).

Generates a personalized supplement stack recommendation based on a user's health goal, budget, and language preference, grounded in PubMed-backed nutrition intelligence.

## Facts

- Endpoint: GET https://nutripulse.theaslangroupllc.com/api/nutrition/stack
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nutripulse-supplement-stack-planner-5d35a75d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6D-2GKmtN22WtbArHGIVP

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability nutripulse-supplement-stack-planner-5d35a75d
```

Example prompt: Can you build me a supplement stack for muscle gain and recovery, keeping the budget under $80/month, and give the recommendations in English?

## When to prefer this

Use this endpoint when an agent needs to generate a personalized supplement stack recommendation grounded in nutrition science for a specific health goal. Prefer this over generic food database lookups when the user wants a structured plan rather than raw nutrient data. Best suited for fitness, wellness, or health coaching agents that need actionable supplement recommendations with optional budget filtering.

## Known failure modes

- Missing required 'goal' parameter returns a 400 validation error
- Unrecognized goal string may return a generic or empty stack
- Empty response example in schema suggests response format may be undocumented or variable
- Non-English language codes may not be fully supported
- Budget parameter mismatch may result in stacks that ignore budget constraints
- Service may be unavailable or return 402 if payment is not processed correctly

## How this service works

Supplement stack builder for nutrition and fitness agents. Returns an evidence-ranked supplement stack for any health or fitness goal.

## Output

A JSON response containing a curated, PubMed-grounded supplement stack tailored to the specified health goal, budget constraints, and language, likely including supplement names, dosages, rationale, and potentially macro/micronutrient guidance.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "goal"
 ],
 "properties": {
  "goal": {
   "type": "string",
   "description": "goal"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "budget": {
   "type": "string",
   "description": "budget"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nutripulse-supplement-stack-planner-5d35a75d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nutripulse.theaslangroupllc.com](https://www.zero.xyz/host/nutripulse.theaslangroupllc.com/llms.txt)
