Prerequisites
Before you begin, you’ll need:
- A free account at humandesignhub.app
- An API key (available on the Developer Dashboard)
Step 1: Get Your Free API Key
- Visit the Developer Dashboard
- Sign in with your Google account
- Click “Create API Key”
- 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
- Explore the full API documentation for all available endpoints
- Try the API Playground for interactive testing
- Check out the Pricing page for plan comparison