# HerbaPulse Herbal Remedy Builder

> HerbaPulse Herbal Remedy Builder 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-13).

Builds herbal remedy recommendations based on health concerns, symptoms, or conditions, grounded in traditional medicine systems (Ayurveda, TCM, Western herbalism) and PubMed evidence

## Facts

- Endpoint: GET https://herbapulse.vercel.app/api/herba/remedy
- 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/herbapulse-herbal-remedy-builder-f366798f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GgTU08Jga_SFBsDxhM2WF

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-herbal-remedy-builder-f366798f
```

Example prompt: Build me an herbal remedy for chronic stress and poor sleep using Ayurvedic traditions — include PubMed-backed herb profiles and any product recommendations.

## When to prefer this

Use this endpoint when an agent needs to generate a structured, multi-herb remedy recommendation grounded in a specific traditional medicine system (Ayurveda, TCM, Western, African, Amazonian) with PubMed references. Prefer over general herb lookup endpoints when the user wants a formulated remedy rather than a single herb profile, and when affiliate product sourcing is desired.

## Known failure modes

- Missing or unrecognized symptom/condition input returns empty or generic results
- Unsupported language code returns English fallback or error
- Overly vague queries may return broad multi-herb suggestions with low specificity
- PubMed grounding may be limited for very rare or regional botanical traditions
- Payment failure via x402 returns 402 response with payment details required

## 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

A structured herbal remedy formulation including recommended herbs, their traditional and evidence-based rationale, dosage guidance, the applicable traditional medicine system context (Ayurveda, TCM, etc.), and affiliate links to purchase herbs from partners like iHerb, Mountain Rose Herbs, or Gaia Herbs.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/herbapulse-herbal-remedy-builder-f366798f/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)
