Quickstart
Authenticate and make your first request to the API.
1. Get your API key
Create an account and generate an API key in the 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 include 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