# NutriPulse Supplement & Nutrient Interactions Checker

> NutriPulse Supplement & Nutrient Interactions Checker is a paid API for AI agents from nutripulse-alpha.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Analyzes interactions between supplements, nutrients, or dietary compounds using PubMed-grounded clinical literature

## Facts

- Endpoint: GET https://nutripulse-alpha.vercel.app/api/nutrition/interactions
- Price: $0.1/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-nutrient-interactions-checker-1fb21981
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0N6bj2y5HKXoEyU1pkNub

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-nutrient-interactions-checker-1fb21981
```

Example prompt: Can you check if there are any known interactions between magnesium glycinate, vitamin D3, and zinc — I want to know if it's safe to stack all three together, ideally with clinical sources?

## When to prefer this

Choose this endpoint when a user needs evidence-based analysis of supplement or nutrient interactions, especially when clinical literature grounding (PubMed) is important. Prefer over generic chatbot responses when safety-critical stacking decisions are involved or when a health coach, dietitian, or AI health agent needs citable references.

## Known failure modes

- Missing or unrecognized supplement names — returns empty or error response
- Obscure compound combinations with no PubMed data — low-confidence or null results
- Rate limiting or payment failure via x402 — 402 or 429 status code
- Invalid language code in ?lang= parameter — may default to English or return error
- Network timeout on Vercel edge — intermittent 504 errors

## 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 JSON object describing known interactions between the specified supplements or nutrients, including safety flags, interaction mechanisms, clinical evidence from PubMed abstracts, and recommendations on dosing or timing adjustments.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "supplements"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "medications": {
   "type": "string",
   "description": "Comma-separated medications"
  },
  "supplements": {
   "type": "string",
   "description": "Comma-separated supplements"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nutripulse-supplement-nutrient-interactions-checker-1fb21981/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)
