Quick Start

Getting Started with the Human Design API

A quick start guide covering API key setup, authentication, and your first bodygraph calculation.

发布时间 2026年3月20日

Prerequisites

Before you begin, you’ll need:

Step 1: Get Your Free API Key

  1. Visit the Developer Dashboard
  2. Sign in with your Google account
  3. Click “Create API Key”
  4. Copy your API key and store it securely

Step 2: Make Your First API Call

curl -X POST https://api.humandesignhub.app/v1/simple-bodygraph \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "birth_date": "1990-01-15",
    "birth_time": "14:30",
    "birth_place": "Seoul, South Korea"
  }'

Step 3: Understanding the Response

The API returns a complete bodygraph calculation including:

  • Type: Generator, Manifestor, Projector, Reflector, or Manifesting Generator
  • Strategy: Your decision-making approach
  • Authority: Your inner authority for making decisions

Next Steps

相关链接