SDK & Integrations

BaZi API Overview & Quickstart

The world's most accurate Four Pillars of Destiny calculation engine for modern applications.

Getting Started
The BaZi API provides sub-500ms Four Pillars calculations, Returning structured JSON with Stems, Branches, Five Elements analysis, Ten Gods, Hidden Stems, Na Yin, Luck Pillars, Solar Terms, and Gods & Stars.

Quick Start

cURL Example Request
Bash
curl -X POST https://api.baziapi.pro/api/v1/bazi/calculate \
  -H "x-api-key: bazi_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "birthDate": "1998-08-12",
    "birthTime": "10:30",
    "gender": "male",
    "timezone": "Asia/Shanghai",
    "language": "en"
  }'

Something unclear? Contact developer support.