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 "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
- Explore the full API documentation for all available endpoints
- Try the API Playground for interactive testing
- Check out the Pricing page for plan comparison