# NutriPulse Supplement-Medication Interaction Checker

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

Analyzes potential interactions between a list of supplements and medications using PubMed-grounded nutrition intelligence

## Facts

- Endpoint: GET https://nutripulse.theaslangroupllc.com/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-medication-interaction-checker-ea21b28e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SCgppF8E6o3wvsfCZw5fh

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-medication-interaction-checker-ea21b28e
```

Example prompt: Can you check for any interactions between fish oil, magnesium, and vitamin D supplements and my medications metformin and lisinopril?

## When to prefer this

Choose this endpoint when you need PubMed-grounded, evidence-backed analysis of supplement-drug or supplement-supplement interactions, particularly when you have a concrete list of supplements and optionally medications and need actionable safety guidance. Prefer over generic databases when nutrition-specific context and multilingual support are needed.

## Known failure modes

- Missing required 'supplements' parameter returns validation error
- Unrecognized supplement or medication names may return empty or partial results
- Unsupported language code for 'lang' parameter may fall back to English or return an error
- Empty response example schema suggests response structure may vary or be undocumented
- Network or service unavailability returns HTTP error codes

## How this service works

Supplement interaction checker for nutrition and health agents. Returns absorption conflicts and an optimal daily timing schedule for a supplement and medication list.

## Output

A JSON response detailing potential interactions between the specified supplements and medications, including safety warnings, severity levels, and evidence-grounded conflict descriptions sourced from PubMed-aligned nutrition intelligence.

## 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-medication-interaction-checker-ea21b28e/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)
