휴먼 디자인 API
이 endpoint는 단일 출생 이벤트로부터 휴먼 디자인 바디그래프를 계산해. 출생 시점의 Personality 차트와 출생 약 88° 태양 아크 전, 즉 약 3개월 전 시점의 Design 차트를 결합해서 바디그래프의 기계적 요소들을 도출해: Type, Strategy, Authority, Profile, Center, Channel, Gate, 그리고 Incarnation Cross.
휴먼 디자인 API
이 endpoint는 출생 순간과 장소를 두 개의 역학(ephemeris) 스냅샷으로 변환해 - 출생 순간의 Personality 차트와 약 88° 태양 아크 전 시점의 Design 차트 - 그리고 두 차트의 행성 배치를 읽어 바디그래프를 조립해. 이 조합으로부터 에너지 Type, 그에 따르는 Strategy, not-self 테마, 의사결정 Authority, Profile, 정의된 Center와 미정의 Center의 패턴, 활성화된 Channel과 Gate, 그리고 Incarnation Cross를 결정해. 응답은 type, strategy, notSelfTheme, authority, profile, definition, cross를 반환해. 모든 것은 설명 문구 corpus에서 복사한 게 아니라 원시 행성 역학에서 계산되기 때문에, 네가 받는 건 차트의 구조적 골격 - 라벨과 배선 - 이고, 너만의 해석 콘텐츠에 바로 매핑할 수 있어.
POST/v1/human-design
curl -X POST https://api.astroway.info/v1/human-design \
-H "X-Api-Key: aw_live_..." \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-15",
"time": "14:30:00",
"timezoneOffset": 3,
"latitude": 50.45,
"longitude": 30.52
}' {
"ok": true,
"data": {
"type": "Generator",
"strategy": "To Respond",
"notSelfTheme": "Frustration",
"authority": "Sacral",
"profile": "3/5",
"definition": "Single",
"cross": "Right Angle Cross of …"
}
} Parameters
| name | type | Required | |
|---|---|---|---|
| date | string (YYYY-MM-DD) | yes | Birth date. |
| time | string (HH:MM:SS) | yes | Local clock time at birth. |
| timezoneOffset | number (hours) | yes | UTC offset in effect at the birth moment (e.g. 3 for Kyiv summer time). Decimal allowed for half-hour zones. |
| latitude | number | yes | Birth-place latitude, decimal degrees (north positive). |
| longitude | number | yes | Birth-place longitude, decimal degrees (east positive). |
When to use it
휴먼 디자인 리딩의 기계적 기반이 필요하고 문구는 직접 제공하고 싶을 때마다 이걸 사용해. 주어진 출생 이벤트에 대해 바디그래프를 한 번만 계산하고, 반환된 type, authority, profile, definition을 저장한 뒤, 매번 다시 계산하는 대신 저장된 필드에서 나머지 제품 기능 - 콘텐츠 조회, 그래픽, 궁합 로직 - 을 구동해. 이후의 모든 휴먼 디자인 기능 전에 시작하기에 적합한 지점이야. 모든 하위 요소가 이 endpoint가 해석하는 것과 동일한 정의된 센터 및 채널 토폴로지를 참조하거든. 출력은 사용자별로 영구적인 것으로 취급해: 고정된 출생 이벤트에서는 절대 변하지 않으니 무기한 캐시해도 돼.
Notes
휴먼 디자인 시스템은 1987년 Ra Uru Hu에 의해 종합됐어. 이 endpoint는 역학으로부터 기계적 요소 - Type, Center, Channel, Gate 등 - 만 계산하며, 시스템과 연관된 저작권 보호 설명 텍스트는 의도적으로 재현하지 않아. 구조적 출력을 너만의 해석 문구와 결합해. Design 차트의 ~88° 태양 아크 오프셋은 고정된 달력 간격이 아니라 출생 약 3개월 전에 해당한다는 뜻이야.
Try the 바디그래프 API
Grab a key and make your first call in under a minute.