क्या आप ह्यूमन डिज़ाइन प्रोफेशनल हैं?क्लाइंट, चार्ट, रिपोर्ट, वेबसाइट, बुकिंग और बिक्री को AI और ऑटोमेशन के साथ एक जुड़े हुए वर्कस्पेस में साथ रखें।

Pro को एक्सप्लोर करें
HumanDesign.ai logo

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.