Skip to main content
The coordinates endpoint (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_LIMITED errors

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 full ChartResult as POST /v2/charts:

Access Tier

Requires Advanced tier (Developer, Scale, or Lifetime plan). Basic tier plans receive 403 ACCESS_DENIED.

When to Use Location vs. Coordinates

Validation Errors