# HerbaPulse Herb Profile Lookup

> HerbaPulse Herb Profile Lookup is a paid API for AI agents from herbapulse.theaslangroupllc.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-13).

Returns evidence base, traditional uses (TCM, Ayurveda), dosing guidelines, and safety information for a named herb.

## Facts

- Endpoint: GET https://herbapulse.theaslangroupllc.com/api/herba/herb
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/herbapulse-herb-profile-lookup-9cc96f7a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ia2tiWVproip96QTaAVKp

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-herb-profile-lookup-9cc96f7a
```

Example prompt: Can you pull up a full herb profile for ashwagandha — I want to see its evidence base, how it's used in Ayurveda and TCM, recommended dosing, and any safety concerns?

## When to prefer this

Use this endpoint when you need a comprehensive single-herb profile combining evidence-based research with traditional medicine perspectives (TCM, Ayurveda) and dosing/safety data. Prefer this over the herb-drug interaction endpoint when the primary need is herb background information rather than drug interaction checking, and over the natural remedy lookup when you have a specific herb name rather than a health condition.

## Known failure modes

- Unknown or misspelled herb name returns no results or a 404
- Herb name is too vague or refers to multiple species causing ambiguous results
- Payment not processed (x402 payment required) returns 402 error
- Rate limit exceeded returns 429 error

## How this service works

Herb profile for herbalist and wellness agents. Returns the evidence base, traditional uses (TCM, Ayurveda), dosing, and safety for any herb.

## Output

A structured herb profile including: scientific evidence summary, traditional uses in TCM and Ayurveda, recommended dosing ranges, and safety/contraindication flags for the queried herb.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "herb"
 ],
 "properties": {
  "herb": {
   "type": "string",
   "description": "herb"
  },
  "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-herb-profile-lookup-9cc96f7a/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)
