# HerbaPulse Skincare Ingredient Analysis

> HerbaPulse Skincare Ingredient Analysis 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 evidence-based analysis of natural or clean-beauty skincare ingredients, including what they do, the scientific evidence, and how to use them.

## Facts

- Endpoint: GET https://herbapulse.theaslangroupllc.com/api/herba/skin
- 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-skincare-ingredient-analysis-998e9a9c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9p2sAhLmXvMp6-8Sf10uO

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-skincare-ingredient-analysis-998e9a9c
```

Example prompt: What does bakuchiol actually do for skin — is there solid evidence behind it, and how should I be using it in my routine?

## When to prefer this

Use this endpoint when an agent needs to explain what a specific natural or clean-beauty skincare ingredient does, backed by evidence, and how to apply it — especially in the context of clean beauty formulation, skincare routine building, or ingredient transparency. Prefer over generic web search when structured, evidence-rated ingredient data is needed.

## Known failure modes

- Unknown or misspelled ingredient name returns no results or an error
- Ingredient with no clean-beauty or natural-use profile may return limited data
- Rate limiting or payment failure if x402 payment is not properly handled
- Request with missing ingredient parameter returns validation error

## How this service works

Skincare ingredient analysis for skincare and wellness agents. Returns what a natural or clean-beauty ingredient does, the evidence, and how to use it.

## Output

Returns a structured profile of the queried skincare ingredient including its primary skin functions, the evidence base supporting its use, recommended application methods, and any relevant usage notes for natural or clean-beauty contexts.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "ingredient"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "concern": {
   "type": "string",
   "description": "anti-aging | acne | hydration | sensitivity"
  },
  "ingredient": {
   "type": "string",
   "description": "ingredient"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/herbapulse-skincare-ingredient-analysis-998e9a9c/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)
