# NutriPulse Personalized Nutrition Plan

> NutriPulse Personalized Nutrition Plan is a paid API for AI agents from nutripulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Generates a personalized nutrition plan including macros, meal timing, and supplement guidance tailored to individual health and fitness goals.

## Facts

- Endpoint: GET https://nutripulse.theaslangroupllc.com/api/nutrition/plan
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nutripulse-personalized-nutrition-plan-0f61dbf5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-ubOECjCLJH3LHnGSjjv4

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-personalized-nutrition-plan-0f61dbf5
```

Example prompt: Can you create a personalized nutrition plan for me — I'm a 175lb male trying to build lean muscle while losing fat, I work out 5 days a week with strength training, and I'd like macro targets, meal timing recommendations, and supplement guidance included?

## When to prefer this

Choose this endpoint when you need a holistic, goal-oriented nutrition plan that bundles macros, meal timing, and supplement guidance in a single call — especially useful for fitness or wellness agents that need a turnkey personalized output rather than isolated nutrient lookups or supplement analysis.

## Known failure modes

- Missing required goal or profile parameters returns an error or generic plan
- Ambiguous or conflicting goals (e.g. simultaneous extreme bulk and cut) may produce suboptimal recommendations
- Unsupported goal types may not be recognized
- Payment failure via x402 protocol returns 402 status with no plan
- Rate limiting may occur under high demand

## How this service works

Personalized nutrition plan for nutrition and fitness agents. Returns macros, meal timing, and supplement guidance tuned to goals.

## Output

Returns a structured nutrition plan containing daily macronutrient targets (protein, carbs, fat, calories), meal timing recommendations aligned with training schedule, and evidence-informed supplement guidance — all personalized to the user's stated goals, activity level, and health context.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "diet": {
   "type": "string",
   "description": "diet"
  },
  "goal": {
   "type": "string",
   "description": "goal"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "calories": {
   "type": "integer",
   "description": "calories"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nutripulse-personalized-nutrition-plan-0f61dbf5/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)
