# NutriPulse Meal Nutrition Analyzer

> NutriPulse Meal Nutrition Analyzer is a paid API for AI agents from nutripulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-16).

Analyzes a meal description and returns PubMed-grounded macro/micronutrient breakdowns, metabolic health guidance, and goal-aligned nutrition intelligence.

## Facts

- Endpoint: GET https://nutripulse.theaslangroupllc.com/api/nutrition/analyze
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nutripulse-meal-nutrition-analyzer-2ba68505
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CmxMQj7nJCqaYbnkFmL7u

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-meal-nutrition-analyzer-2ba68505
```

Example prompt: Analyze my meal — grilled salmon with brown rice and steamed broccoli — and break down the macros and micronutrients for a muscle-building goal, in English.

## When to prefer this

Choose this endpoint when you need PubMed-grounded, science-backed nutritional analysis of a specific meal or food description, especially when aligned with a user health goal (e.g. weight loss, muscle gain, blood sugar management). Prefer over generic food databases when you need metabolic health context or goal-specific guidance rather than raw USDA-style nutrient tables.

## Known failure modes

- Missing required 'meal' parameter returns a 400 Bad Request
- Unrecognizable or ambiguous meal descriptions may return incomplete or low-confidence nutritional data
- Non-English meal names without 'lang' specified may return degraded results
- Empty response example in schema suggests variable output structure that may not always include all fields
- Rate limiting or payment failures (x402) may block access

## How this service works

Meal analysis for nutrition and health agents. Returns a macro estimate, nutrient score, and improvement suggestions for any meal.

## Output

Returns a structured JSON object containing macro and micronutrient analysis of the specified meal, including calorie estimates, protein/carb/fat breakdown, key vitamins and minerals, metabolic health notes, and goal-aligned guidance, grounded in PubMed-referenced nutrition science.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nutripulse-meal-nutrition-analyzer-2ba68505/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)
