# HerbaPulse Supplement Ingredient Decoder

> HerbaPulse Supplement Ingredient Decoder is a paid API for AI agents from herbapulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns evidence-based analysis of a supplement ingredient, including what it actually does, its scientific evidence base, and whether it offers value for money.

## Facts

- Endpoint: GET https://herbapulse.theaslangroupllc.com/api/herba/ingredient
- 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-supplement-ingredient-decoder-6ff51a29
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ds3ttN5dk8A6xdkypMQzI

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-supplement-ingredient-decoder-6ff51a29
```

Example prompt: Can you decode ashwagandha for me — what does it actually do, what does the science say about it, and is it worth paying for in a supplement?

## When to prefer this

Use this endpoint when an agent or user needs an objective, evidence-based breakdown of a specific supplement ingredient — especially when assessing efficacy, scientific backing, or cost-effectiveness. Prefer this over general web search when a structured, curated supplement intelligence response is needed rather than raw articles or forum posts.

## Known failure modes

- Unrecognized or misspelled ingredient name returns an error or empty result
- Highly obscure or novel ingredients may have limited evidence data
- Rate limiting or payment failure (x402) if USDC payment is not processed correctly
- Network timeout if ingredient lookup takes longer than expected

## How this service works

Supplement ingredient decoder for supplement and wellness agents. Returns the evidence base, what an ingredient actually does, and whether it is worth the money.

## Output

Returns structured data on the queried ingredient including its mechanism of action, a summary of the scientific evidence base (e.g. strong, mixed, anecdotal), and an assessment of whether the ingredient is worth the money given available research.

## 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-supplement-ingredient-decoder-6ff51a29/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)
