# HerbaPulse Ingredient Safety Checker

> HerbaPulse Ingredient Safety Checker is a paid API for AI agents from herbapulse.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Analyzes herbal and botanical ingredients in a product for safety, interactions, and evidence-based profiles

## Facts

- Endpoint: GET https://herbapulse.vercel.app/api/herba/ingredient
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/herbapulse-ingredient-safety-checker-e204d3fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WSuXSNEvBva0Qv6vP12ZM

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 herbapulse-ingredient-safety-checker-e204d3fe
```

Example prompt: Can you check the safety of these ingredients in my herbal supplement — ashwagandha, valerian root, and passionflower — especially any drug interactions or risks I should know about?

## When to prefer this

Choose this endpoint when you need to validate the safety of a specific set of herbal or botanical ingredients in a named product, especially when you want PubMed-grounded evidence and herb-drug interaction checks. Prefer this over general drug interaction checkers when the focus is on herbal, traditional, or botanical ingredients rather than pharmaceutical drugs.

## Known failure modes

- Unknown or unrecognized herb names may return empty profiles
- No response schema documented — output structure may vary
- Affiliate links may be unavailable for obscure botanicals
- Drug interaction data may be incomplete for very rare herbs
- Missing required 'ingredients' parameter returns an error

## How this service works

Global herbal medicine and botanical intelligence API. PubMed-grounded herb profiles, drug-herb interaction checker, traditional medicine system guides (Ayurveda, TCM, Amazonian, African), herbal remedy builder, skin/cosmetic botanical analysis, cannabis strain intelligence, herbal practitioner finder, and ingredient safety checker. Covers Ayurvedic, TCM, Western herbalism, Indigenous, and integrative medicine traditions. iHerb, Mountain Rose Herbs, Gaia Herbs, Herb Pharm, and Leafly (cannabis) 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 containing safety profiles for each ingredient, PubMed-grounded evidence summaries, herb-drug interaction flags, safety ratings, traditional medicine context (Ayurveda, TCM, etc.), and affiliate links to reputable herbal product sources.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "product": {
   "type": "string",
   "description": "product"
  },
  "ingredients": {
   "type": "string",
   "description": "ingredients"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/herbapulse-ingredient-safety-checker-e204d3fe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from herbapulse.vercel.app](https://www.zero.xyz/host/herbapulse.vercel.app/llms.txt)
