# HerbaPulse Healing Tradition Guide

> HerbaPulse Healing Tradition Guide is a paid API for AI agents from herbapulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns a structured guide to major healing traditions (TCM, Ayurveda, naturopathy, Western herbalism) including their principles, methods, and what conditions each treats.

## Facts

- Endpoint: GET https://herbapulse.theaslangroupllc.com/api/herba/tradition
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/herbapulse-healing-tradition-guide-1ad67a99
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BLRe7Q_12cbUMeJwsSV3b

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-healing-tradition-guide-1ad67a99
```

Example prompt: Can you explain Traditional Chinese Medicine to me — what its core principles are, what methods it uses, and what kinds of conditions it's known for treating?

## When to prefer this

Use this endpoint when an agent needs educational or reference information about a specific healing tradition — TCM, Ayurveda, naturopathy, or Western herbalism — including how it works and what it treats. Prefer this over herb-specific or remedy-specific endpoints when the user is asking about a system or philosophy rather than a particular herb, remedy, or interaction.

## Known failure modes

- Unknown or unsupported tradition name returns an error or empty result
- Ambiguous tradition query may return a partial or generalized response
- Network or payment authorization failure returns a 402 or 5xx error

## How this service works

Healing tradition guide for wellness and health agents. Explains TCM, Ayurveda, naturopathy, and Western herbalism: principles, methods, and what each treats.

## Output

A structured breakdown of the requested healing tradition including its foundational principles, therapeutic methods and modalities used, and the range of conditions or health concerns it addresses.

## 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-healing-tradition-guide-1ad67a99/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from herbapulse.theaslangroupllc.com](https://www.zero.xyz/host/herbapulse.theaslangroupllc.com/llms.txt)
