POST /v2/charts/coordinates) generates a full Human Design chart from latitude and longitude. No Google Geocoding API key required.
Why Use Coordinates
- No geocoding key needed — one less API key to manage
- Full control — use your own geocoding service or pre-resolved coordinates
- Ideal for agents — if your AI agent already has lat/lng from a prior step, skip geocoding entirely
- No geocoding rate limits — avoid
GEOCODE_RATE_LIMITEDerrors
Request Format
How It Works
The API resolves the timezone directly from the coordinates using geographic timezone lookup, then calculates the chart. No external geocoding call is made.Response
Returns the same fullChartResult as POST /v2/charts:
Access Tier
Requires Advanced tier (Developer, Scale, or Lifetime plan). Basic tier plans receive403 ACCESS_DENIED.

