Quickstart
Get started with the Total Human Design API in just a few minutes.
1. Get your API key
Create an account and generate an API key from your dashboard.
2. Make your first request
Use your API key to generate a Human Design chart:
3. Explore the response
The API returns a JSON envelope with success, meta, and data fields:
Chart properties live under data.chart
Type, strategy, authority, profile, definition and related properties are nested under `data.chart` — not at the top of `data`. For astrology houses, angles and asteroids (Chiron, Lilith, Part of Fortune, AC/MC/IC/DC) use `POST /api/astrology`. The former `data.extras` field was removed on 2026-06-01.
V2 Response Format
V2 responses return chart properties as raw strings (e.g. "type": "Generator").
Add ?include=tooltips (e.g. /api/chart?include=tooltips) to get populated educational descriptions.
Next steps
- API Reference — Human Design — All chart endpoints
- Authentication — Product-based access and API key details
- Rate Limits — Understand request limits for your plan