Generate a chart with a rendered image
Generates a complete Human Design chart from birth date, time, and location,
and returns a svgRenderUrl for the rendered Visual Chart image alongside the
chart data. Requires the “advanced” access tier.
Authorizations
API key used as Bearer token in the Authorization header
Google Geocoding API key
Body
Date of birth in YYYY-MM-DD format
^\d{4}-\d{2}-\d{2}$"1990-01-15"
Time of birth in HH:MM format (24-hour)
^\d{2}:\d{2}$"14:30"
Location of birth (city, country)
4 - 200"Amsterdam, The Netherlands"
Response
Chart and render URL generated successfully
Standard API response envelope wrapping all responses
ISO 8601 timestamp of response generation
"2026-03-24T12:00:00.000Z"
Whether the request succeeded
true
Human-readable success or error message
"Chart generated"
Machine-readable error code (empty string on success)
""
Data type name of the object in the data field
"ChartResult"
Full Human Design chart with all properties
Bearer link to the rendered Visual Chart SVG. Carries a signed render token (HMAC-SHA256) encoding only center/gate activations — no birth data, no account id. Non-expiring; renders the caller's active template, or the default theme when none is set.
"https://render.appdebock.nl/default.svg?t=eyJ..."

