Adakah anda profesional Human Design?Satukan klien, carta, laporan, laman web, tempahan dan jualan dalam satu ruang kerja yang saling berhubung dengan AI dan automasi.

Terokai Pro
HumanDesign.ai logo

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