REST API + React组件

5分钟内为您的应用添加人类设计

唯一提供即用型React组件的人类设计API。全端点覆盖。高精度图表计算。

import { Bodygraph } from '@hdhub/bodygraph-2d';   async function MyChart() { const chart = await fetch( 'https://api.humandesignhub.app/v1/bodygraph', { method: 'POST', headers: { 'x-api-key': 'YOUR_API_KEY' }, body: JSON.stringify({ datetime: '1989-03-29T16:05:00+09:00' }) } ).then(r => r.json());   return <Bodygraph data={chart} />; }
import requests payload = {"datetime": "1989-03-29T16:05:00+09:00"} # JSON response result = requests.post( "https://api.humandesignhub.app/v1/bodygraph", headers={"x-api-key": "YOUR_API_KEY"}, json=payload, ).json()
{ "type": "Manifestor", "strategy": "Inform", "authority": "Emotional", "profile": "6/2", "centers": ["Ego", "G", "Root", ...] "channels": [{"name": "Inspiration", "gates": [1, 8]}, {"name": "Awakening", "gates": [10, 20]}, ...] }
快速开始

为你的应用添加人类图

一次API调用获取完整图表,用React组件渲染——或从JSON响应构建自己的UI。

REST API JSON 组件演示
市场唯一

唯一提供即用型可视化组件的人类设计API

安装npm包,在React应用中渲染交互式人体图。竞争对手没有此功能。

@hdhub/bodygraph-2d

设计你的产品真正需要的人体图

在一个界面调整颜色、叠加层和面板样式,在发布前看到符合产品的人体图。

为设计和开发提供共享界面,加快审批和交付。

Dark Light Custom
Real Bodygraph Lab preview in dark theme
Classic Dark
Real Bodygraph Lab preview in light theme
Studio Light
Real Bodygraph Lab preview in custom theme
Custom Preset
@hdhub/bodygraph-3d

3D Bodygraph

Live WebGL preview running in the page.

WebGL
@hdhub/gate-timeline

Timeline

Live gate transition timeline with real component output.

Interactive
Gate Timeline
Month / Day04:08:16
Apr 6
Mon
Apr 7
Tue
Apr 8
Wed
Apr 9
Thu
Apr 10
Fri
Apr 11
Sat
Apr 12
Sun
Apr 13
Mon
Apr 14
Tue
Apr 15
Wed
Apr 16
Thu
Sun
2 Gate
5 Gate
8 Gate
11 Gate
14 Gate
17 Gate
20 Gate
Earth
9 Gate
12 Gate
15 Gate
18 Gate
21 Gate
27 Gate
Moon
19 Gate
22 Gate
25 Gate
28 Gate
31 Gate
34 Gate
37 Gate
NorthNode
23 Gate
26 Gate
29 Gate
32 Gate
35 Gate
38 Gate
41 Gate
44 Gate
SouthNode
30 Gate
36 Gate
42 Gate
45 Gate
48 Gate
Mercury
37 Gate
40 Gate
43 Gate
46 Gate
49 Gate
52 Gate
55 Gate
Venus
47 Gate
53 Gate
59 Gate
62 Gate
1 Gate
Mars
51 Gate
54 Gate
57 Gate
60 Gate
63 Gate
2 Gate
Jupiter
58 Gate
64 Gate
3 Gate
6 Gate
9 Gate
12 Gate
Saturn
1 Gate
4 Gate
7 Gate
10 Gate
13 Gate
19 Gate
Uranus
11 Gate
14 Gate
17 Gate
20 Gate
23 Gate
26 Gate
29 Gate
Neptune
15 Gate
18 Gate
21 Gate
24 Gate
27 Gate
30 Gate
33 Gate
36 Gate
Pluto
22 Gate
28 Gate
34 Gate
37 Gate
40 Gate
AI代理就绪

已经在使用AI代理?

我们提供与计划匹配的OpenAPI规范,让您的AI代理只需一个提示即可使用Human Design API。将集成工作交给AI。

先用免费计划试试。

提示示例 将规范URL和令牌交给你的代理
Build an interface that uses
https://humandesignhub.app/api/v1/openapi.json

token: hd_live_xxxxx

After it is done, explain what APIs
are available.
OpenAPI规范 引用与你的方案匹配的JSON
含密钥 复制包含实际API密钥的提示
API说明 代理说明可用的端点
常见问题

常见问题解答

什么是 Human Design API? +

Human Design API 是一个根据出生数据计算人类设计体图的 REST API。它通过高精度天文计算返回类型、策略、权威、轮廓、中心、闸门和通道等图表组件。

如何通过编程方式计算人类设计图表? +

向 /v1/simple-bodygraph 端点发送包含 ISO 8601 格式 datetime 的 POST 请求。API 将返回包含类型、策略和权威的完整图表计算结果。在 humandesignhub.app/developer 获取免费 API 密钥。

有免费的 Human Design API 吗? +

有。Human Design API 提供每月 100 个积分、每分钟 5 次请求的免费套餐。免费套餐包括用于基本图表计算的 Simple Bodygraph 端点。

什么是体图?API 如何生成? +

体图是人类设计图表的可视化表示,显示 9 个中心、64 个闸门和 36 个通道。API 会计算出生时的行星位置,将其映射到易经六十四卦系统,并返回可用于体图可视化的结构化数据。

能用这个 API 构建人类设计计算器吗? +

当然可以。API 处理所有天文计算——您只需提供出生数据(日期、时间、地点),即可获得完整的图表。使用免费套餐进行原型开发,需要完整体图数据、合盘图表和交互式可视化组件时再升级。

哪些编程语言可以使用 Human Design API? +

任何能发送 HTTP 请求的语言都可以使用。我们提供 cURL、JavaScript 和 Python 示例。API 返回 JSON 格式,可轻松与 React、Vue、Angular、Node.js、Django、Flask 等任何框架集成。

今天就开始使用人类设计数据构建

从100免费积分开始。

获取免费API密钥