Render Bodygraph (SVG)
GET
/api/human-design/chart.svg
Render a Human Design bodygraph chart as SVG.
Required parameters:
- dateTime: Birth date/time (YYYY-MM-DDTHH:mm, local time)
- latitude, longitude: Birth location
- timezone: IANA timezone identifier
Theme presets:
Use ?theme=<preset> to select a theme: default, dark, classic, minimal
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
Type
API Key (header: X-Api-Key)
Parameters
Query Parameters
dateTime*
Birth date and time in YYYY-MM-DDTHH:mm format (local time)
Type
Requiredstring
latitude*
Birth latitude
Type
Requirednumber
Minimum
-90Maximum
90longitude*
Birth longitude
Type
Requirednumber
Minimum
-180Maximum
180timezone*
IANA timezone identifier (e.g. "Europe/Amsterdam")
Type
Requiredstring
width
Type
number
Minimum
100Maximum
2000Default
"576"height
Type
number
Minimum
100Maximum
2000Default
"480"theme
Theme preset: default, dark, classic, minimal
Type
string
showPlanets
Render Design/Personality planet columns (default true)
Type
string
Default
"true"Responses
Bodygraph SVG
image/svg+xml
JSON
[
]