Human Design Chart & Bodygraph Calculator avatar

Human Design Chart & Bodygraph Calculator

Pricing

$20.00 / 1,000 human design chart computeds

Go to Apify Store
Human Design Chart & Bodygraph Calculator

Human Design Chart & Bodygraph Calculator

Compute a full Human Design bodygraph from a birth date, time & timezone: Type, Strategy, Authority, Profile, Definition, Centers, Channels, and Incarnation Cross gates. Uses a pure-JS ephemeris (astronomy-engine) - no external calls. Batch-friendly.

Pricing

$20.00 / 1,000 human design chart computeds

Rating

0.0

(0)

Developer

쿤스튜

쿤스튜

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

9 days ago

Last modified

Categories

Share

A Human Design chart calculator: give it a birth date, time, and timezone and get a full bodygraph back — energy Type, Strategy, Authority, Profile, defined/open Centers, active Channels, and Incarnation Cross — as clean JSON, in batch, with zero external API calls (a pure-JS VSOP87 ephemeris runs entirely on Apify's cloud). Ideal as a Human Design API for astrology apps, coaching tools, and content generators.

Built and maintained by KunStudio (also publishers of the Saju API and sajuapp.app).

What it returns

For each birth record you get:

Section (include key)Content
typeEnergy Type (Generator / Manifesting Generator / Manifestor / Projector / Reflector)
strategy / signature / not_self_theme / auraType meta guidance
authorityInner Authority (Emotional / Sacral / Splenic / Ego / Self-Projected / Mental / Lunar)
profile / profile_nameProfile (e.g. 1/3) and its names (e.g. Investigator / Martyr)
definitionSingle / Split / Triple Split / Quadruple Split / No definition
defined_centers / open_centersThe 9 centers, split by definition
channelsActive channels (gate pairs + names)
incarnation_cross_gatesPersonality/Design Sun & Earth gates
personality / designFull planetary activations (gate + line) for both sides

Design side is computed at the true ~88° solar arc before birth (osculating lunar node used for the nodes).

Input

{
"births": [
{ "year": 1990, "month": 5, "day": 15, "hour": 23, "minute": 30, "tzOffsetMinutes": 540, "label": "me" }
],
"include": ["type", "authority", "profile", "channels"]
}
  • births — array (max 1000). year 1920–2050, month 1–12, day 1–31, hour 0–23, minute 0–59 (optional), tzOffsetMinutes = minutes ahead of UTC (Seoul +540, New York EST -300; optional, default 0 = input already UTC).
  • include — fields to return; empty = all.

Accurate birth time & timezone matter — a wrong hour can shift the Profile and Authority.

Output

One dataset item per birth record. Invalid records return { ok: false, error } instead of failing the whole run, so a batch of 1000 never dies on one bad row.

Accuracy

The ephemeris is astronomy-engine (MIT), accurate to ±1 arcminute. Gate-wheel order verified against a SharpAstrology.HumanDesign reference chart.

Pricing

Pay-per-result: you are charged once per successfully analyzed birth record. No subscription, no free-trial trap — pay only for what you compute.

Support

Questions, bug reports, or feature requests: https://sajuapp.app/support

We usually respond within 1 business day.