# BaZi TCM Health Analysis API

> BaZi TCM Health Analysis API is a paid API for AI agents from api.cn402.com, paid per call via x402, $0.16/call, status unknown (last checked 2026-09-13).

Analyzes a person's TCM body constitution and health vulnerabilities from their BaZi birth chart, with personalized diet and lifestyle recommendations based on Five Elements theory.

## Facts

- Endpoint: GET https://api.cn402.com/tcm/bazi-health
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-cn402-com-f2752f13
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HCJN4fJ8v_iW7fGROUVpd

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 api-cn402-com-f2752f13
```

Example prompt: Based on my BaZi birth chart, what does traditional Chinese medicine say about my likely body constitution and health vulnerabilities? My birth date is March 15, 1988 at 9:30 AM — give me diet and lifestyle recommendations too.

## When to prefer this

Use this endpoint when you need TCM health analysis specifically derived from BaZi birth chart data (Four Pillars), as opposed to a symptom-based or questionnaire-based TCM constitution assessment. Ideal when the user provides a birth date and time and wants Five Elements-based health insights, organ vulnerability mapping, and personalized Chinese medicine lifestyle recommendations grounded in Chinese astrology metaphysics.

## Known failure modes

- Missing or invalid birth date/time returns 400 error
- Ambiguous birth time (e.g. missing hour) may reduce accuracy of Five Elements calculation
- Unsupported date ranges (e.g. very old historical dates) may return error
- Payment failure via x402 protocol returns 402
- Malformed request body returns 400

## How this service works

TCM health by BaZi, Chinese medicine birth chart health analysis, 八字健康分析, TCM body constitution from BaZi, Five Elements health, 五行养生, personalized Chinese medicine recommendation from birth date. Analyze a person's likely TCM body type and health vulnerabilities from their BaZi birth chart, with diet and lifestyle recommendations.

## Output

Returns the person's TCM body constitution type, Five Elements balance or imbalance profile, likely organ system vulnerabilities, and personalized diet and lifestyle recommendations derived from the BaZi birth chart.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "birth": {
   "type": "string",
   "description": "Birth (required)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-cn402-com-f2752f13/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.cn402.com](https://www.zero.xyz/host/api.cn402.com/llms.txt)
