# HerbaPulse Traditional Medicine Systems Guide

> HerbaPulse Traditional Medicine Systems Guide is a paid API for AI agents from herbapulse.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns structured intelligence about traditional medicine systems (Ayurveda, TCM, Amazonian, African herbalism, etc.) including practices, herbs, and evidence base

## Facts

- Endpoint: GET https://herbapulse.vercel.app/api/herba/tradition
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/herbapulse-traditional-medicine-systems-guide-9f2fc409
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Fk1z2TzxzyKlIdO9qtlzZ

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-traditional-medicine-systems-guide-9f2fc409
```

Example prompt: Give me a comprehensive guide to Ayurvedic herbal medicine traditions — what are the foundational principles, the key herbs used, and what does the current evidence say about their effectiveness? Please respond in English.

## When to prefer this

Use this endpoint when an agent needs structured, evidence-informed overviews of a specific traditional medicine system (Ayurveda, TCM, Amazonian, African, Western herbalism, Indigenous) rather than a single herb profile or drug interaction check. Prefer this over a general web search when you need curated, PubMed-grounded information organized by tradition with multilingual support.

## Known failure modes

- Unknown or unsupported tradition name returns empty or error response
- Rare or highly localized traditions may have limited coverage
- Language parameter not supported returns fallback to English
- Payment not completed via x402 returns 402 Payment Required
- Vague or misspelled tradition names may return partial results

## 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 JSON response covering the requested traditional medicine system, including its foundational philosophy, key medicinal plants and their uses, cultural and historical context, PubMed-grounded evidence references, and practitioner or safety guidance. May include affiliate links to purchase relevant herbs.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "tradition"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "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-traditional-medicine-systems-guide-9f2fc409/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)
