ヒューマンデザインの専門家ですか?クライアント、チャート、レポート、ウェブサイト、予約、売上を、AIと自動化を備えた一つの統合ワークスペースに集約します。

Proを詳しく見る
HumanDesign.aiのロゴ

Get Composite Relationship Chart: Compare Two People

APIUpdated Jun 19, 20261 min read

Endpoint

GET /hd-data-composite

Description

Generates a composite Human Design chart using two people’s birth data, ideal for relationship or partnership analysis.

Required Parameters

  • api_key
  • date – First person’s birth date and time
  • timezone – First person’s timezone
  • date1 – Second person’s birth date and time
  • timezone1 – Second person’s timezone

Example Request

GET https://api.humandesign.ai/hd-data-composite?api_key=sk_test_123&date=1985-03-15T08:00:00&timezone=America/New_York&date1=1990-05-20T14:30:00&timezone1=Asia/Bangkok

Example Response

{
  "compatibility": "Harmonious",
  "chart_url": "https://charts.humandesign.ai/composite/xyz456"
}

Use Case

Perfect for coaches, relationship advisors, or platforms that compare partner dynamics.