# HerbaPulse Skin & Cosmetic Botanical Analysis API

> HerbaPulse Skin & Cosmetic Botanical Analysis API 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).

Analyzes botanical and herbal ingredients for skin and cosmetic applications, providing safety, efficacy, and traditional medicine context for skincare formulations

## Facts

- Endpoint: GET https://herbapulse.vercel.app/api/herba/skin
- 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-skin-cosmetic-botanical-analysis-api-057121e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FgyMHXvgRYFxOViWBDz9H

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-skin-cosmetic-botanical-analysis-api-057121e2
```

Example prompt: Can you pull up the HerbaPulse skin analysis for rosehip seed oil — I want to know its evidence-based skin benefits, safety profile for sensitive skin, and whether Ayurvedic or TCM traditions have any traditional use for it topically?

## When to prefer this

Choose this endpoint when you need evidence-based botanical analysis specifically for skin and cosmetic applications, combining PubMed scientific grounding with traditional medicine context (Ayurveda, TCM). Prefer this over generic herb profiles when the user's question is specifically about topical use, cosmetic formulation safety, or skin benefits of plant ingredients.

## Known failure modes

- Unknown or misspelled botanical name returns empty or error response
- Herb with no cosmetic research may return sparse evidence data
- Missing required query parameter (herb name or ingredient) may return 400 error
- Payment not completed via x402 micropayment results in 402 Payment Required
- Language parameter typo may fall back to English silently

## 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

Returns a JSON object containing botanical skin/cosmetic analysis including PubMed-grounded evidence for topical efficacy, safety assessment, traditional medicine usage across Ayurveda and TCM, skin concern suitability, and affiliate links to purchase the herb from partners like iHerb or Mountain Rose Herbs.

## 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-skin-cosmetic-botanical-analysis-api-057121e2/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)
