Vous êtes professionnel en Human Design ?Regroupez clients, cartes, rapports, sites web, réservations et ventes dans un espace de travail connecté avec l’IA et l’automatisation.

Découvrez Pro
Logo 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