Life Compass
Life Compass converts a date of birth into a rich, structured behavioral profile — without surveys, login flows, or any user friction whatsoever. Under the hood, it runs a cross-validation engine synthesizing hundreds of ancient and modern frameworks: Bazi (Four Pillars), Qimen Dunjia, Western Astrology, Human Design, Tarot, NLP archetypes, and more. The output is clean JSON, rendered and…
Life Compass endpoints
| Method | Endpoint | Description |
|---|---|---|
| Profile | ||
| POST |
createProfile /api/bdr/open/profile |
Produces a structured three-dimensional personality and life-energy profile based on BaZi (Chinese astrology) and the user's birth data. Returns cognitive style, energy pattern,… |
| Report | ||
| POST |
streamDeepReport /api/bdr/open/report |
Generates a comprehensive 8-module life-analysis report delivered as a Server-Sent Events stream. Each SSE message contains an incremental text delta so your client can render… |
| POST |
syncDeepReport /api/bdr/open/report/sync |
Produces the same 8-module deep-analysis report as /report but waits for the full AI response and returns it as a single JSON object (timeout 120 s). This is the recommended… |
| Divination | ||
| POST |
tianjiDivination /api/bdr/open/tianji |
Performs a real-time divination reading using Qimen Dunjia (奇门遁甲), an advanced branch of Chinese metaphysics that maps temporal and spatial energies to a specific question.… |
| Decision | ||
| POST |
evaluateDecision /api/bdr/open/decision |
Evaluates up to five decision options against the user's life-energy profile and returns a fit score, pros, cons, and timing guidance for each option. Ideal for major life… |
| Account | ||
| GET |
getQuota /api/bdr/open/quota |
Returns the caller's current credit balance, monthly quota allocation, usage statistics, and rate-limit thresholds. This endpoint does not consume any credits and can be called… |
Life Compass pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $39.99 / month | — |
|
| ULTRA | $149 / month | — |
|
| MEGA | $399 / month | — |
|