你是人类图专业人士吗?将客户、图表、报告、网站、预约和销售整合在一个由 AI 和自动化支持的互联工作空间中。

探索 Pro
HumanDesign.ai 标志

Get Human Design Chart: Endpoint Guide

APIUpdated Jun 19, 20261 min read

Endpoint

GET /hd-data

Description

Retrieves a basic Human Design chart based on a person’s birth data.

Required Parameters

  • api_key – Your API key
  • date – Birth date and time (ISO format: YYYY-MM-DDTHH:MM:SS)
  • timezone – IANA timezone (e.g. Asia/Bangkok)

Example Request

GET https://api.humandesign.ai/hd-data?api_key=sk_test_123&date=1990-05-20T14:30:00&timezone=Asia/Bangkok

Example Response

{
  "type": "Manifesting Generator",
  "profile": "3/5",
  "authority": "Sacral",
  "strategy": "Wait to respond",
  ...
}

Use Case

Use this endpoint to retrieve the fundamental chart data to display in your app or platform.

See Also