# BaZi Full Analysis (Complete Four Pillars Reading)

> BaZi Full Analysis (Complete Four Pillars Reading) is a paid API for AI agents from api.cn402.com, paid per call via x402, $0.32/call, status unknown (last checked 2026-09-15).

Returns a single comprehensive BaZi / Four Pillars birth chart analysis including pillars, five elements, ten gods, major luck cycles (da yun), na yin, shen sha spirits, useful god (yong shen), and qi/strength assessment.

## Facts

- Endpoint: GET https://api.cn402.com/bazi/full
- Price: $0.32/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-cn402-com-8812893e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rZywNp1i_b08QUAuJ5oWI

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-8812893e
```

Example prompt: Give me a complete BaZi reading for a woman born on March 15, 1990 at 7:30am in Beijing — I want everything: the four pillars, five elements balance, ten gods, major luck cycles, na yin, shen sha spirits, useful god, and qi strength.

## When to prefer this

Use this endpoint when you need all BaZi analytical components in a single API call rather than calling individual endpoints for pillars, five elements, ten gods, dayun, etc. separately. Ideal for generating a complete birth chart report in one round-trip. Choose over sibling endpoints like /bazi/shensha or /bazi/dayun when the user wants a holistic reading rather than one specific aspect.

## Known failure modes

- Invalid or missing birth date returns 400 error
- Birth time outside valid range (00:00–23:59) returns validation error
- Unsupported location or missing gender field may return incomplete shen sha or dayun data
- Malformed request body returns 422 unprocessable entity
- Payment failure or missing x402 header returns 402 Payment Required

## How this service works

Complete BaZi reading, full Chinese astrology birth chart, 八字全分析, comprehensive Four Pillars analysis, sizhu wuxing shishen dayun nayin shensha yongshen qiwang all in one. Single comprehensive endpoint combining all BaZi analyses: pillars, five elements, ten gods, major luck cycles, na yin, spirits, useful god, strength.

## Output

A structured JSON object containing all major BaZi analysis components in one call: the four pillars (year, month, day, hour stems and branches), five elements distribution and balance, ten gods for each pillar, da yun major luck cycle schedule, na yin for each pillar, shen sha auspicious and inauspicious stars, the identified useful god (yong shen), and a qi/strength assessment of the day master.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-cn402-com-8812893e/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)
