Code examples for the Human Design Hub API — a Human Design API for developers. Calculate bodygraphs, transits, composites, and more using the Swiss Ephemeris engine.
- Get a free API key at humandesignhub.app/developer
- Choose your language below
- Replace
your_api_key_herewith your actual key
https://api.humandesignhub.app/v1
Include your API key in the X-API-Key header:
X-API-Key: your_api_key_here
cd python
pip install -r requirements.txt
python bodygraph.pycd javascript
npm install
node bodygraph.jscd curl
bash examples.sh| Endpoint | Method | Description |
|---|---|---|
/v1/simple-bodygraph |
POST | Quick bodygraph (Type, Strategy, Authority, Profile) |
/v1/bodygraph |
POST | Full bodygraph with Centers, Gates, Channels |
/v1/transit |
POST | Current transit chart |
/v1/transit-overlay |
POST | Personal transit overlay |
/v1/composite |
POST | Composite compatibility chart for two people |
/v1/circuits |
POST | Circuit analysis (Individual, Tribal, Collective) |
/v1/not-self-gates |
POST | Not-Self gate analysis |
- 100 API credits per month
- No credit card required
- Sign up here
MIT