# NutriPulse Nutrition Intelligence API — Analyze Endpoint

> NutriPulse Nutrition Intelligence API — Analyze Endpoint is a paid API for AI agents from nutripulse-alpha.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-16).

Analyzes nutrition topics including supplements, macros/micros, food lookups, metabolic health, lab results, longevity protocols, and prenatal nutrition using PubMed-grounded clinical literature

## Facts

- Endpoint: GET https://nutripulse-alpha.vercel.app/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-nutrition-intelligence-api-analyze-endpoint-af10db01
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1UFD8dpakTvCAZFN97E7I

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-nutrition-intelligence-api-analyze-endpoint-af10db01
```

Example prompt: I'm a 34-year-old woman trying to optimize my prenatal nutrition — can you pull up a PubMed-grounded analysis of which supplements like folate, iron, and omega-3s I should be taking, including recommended doses and any clinical evidence, and give me the answer in English?

## When to prefer this

Choose this endpoint when you need nutrition analysis grounded in peer-reviewed clinical literature (PubMed) rather than generic dietary advice. Ideal for AI health agents, dietitians, and coaches who need evidence-based supplement analysis, lab result interpretation, personalized nutrition stacks, or metabolic/longevity protocols. Prefer over generic food databases when clinical depth and multi-language support matter. Best for use cases requiring nuanced guidance across prenatal, metabolic, fitness, or longevity nutrition domains.

## Known failure modes

- Missing or vague query parameter may return empty or generic results
- Unsupported language code in ?lang= may fall back to English or return an error
- x402 micropayment failure (insufficient USDC, wrong payment header) returns 402 Payment Required
- PubMed API outage may degrade evidence quality or return cached/stale data
- Highly niche or unrecognized supplement/food names may return low-confidence results
- Rate limiting or Vercel cold-start latency may cause timeouts on first call

## How this service works

Global nutrition intelligence API. PubMed-grounded supplement analysis, macro/micronutrient planning, food database lookups, glucose/metabolic health guidance, lab result interpretation, longevity nutrition protocols, prenatal nutrition, and personalized nutrition stack design. Backed by real-time PubMed abstracts and clinical literature. Serves consumers, dietitians, health coaches, fitness coaches, and AI health agents. iHerb, Amazon, InsideTracker, and Levels CGM affiliate links included. All endpoints support any language via ?lang=. Pricing: $0.08–$0.15 USDC/call via x402 micropayment.

## Output

Returns a structured JSON response containing nutrition analysis grounded in PubMed abstracts and clinical literature, which may include supplement recommendations, macro/micronutrient guidance, metabolic health insights, lab result interpretations, longevity protocols, or prenatal nutrition plans, along with relevant affiliate product links from iHerb, Amazon, InsideTracker, or Levels CGM.

## 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-nutrition-intelligence-api-analyze-endpoint-af10db01/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nutripulse-alpha.vercel.app](https://www.zero.xyz/host/nutripulse-alpha.vercel.app/llms.txt)
