Quick Start

Getting Started with the Human Design API

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

Publicado 20 de marzo de 2026

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 "X-API-KEY: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"datetime": "1990-01-15T14:30:00+09:00"}'

Step 3: Understanding the Response

The API returns core chart data including:

  • Type: Generator, Manifestor, Projector, Reflector, or Manifesting Generator
  • Profile: Your conscious and unconscious line pairing
  • Centers, Gates, and Channels: The active building blocks of the chart

Next Steps

Enlaces relacionados