POST · WESTERN

Composite Chart

Endpoint POST https://starsapi.com/api/v3/western/compatibility/composite-chart

Computes the composite midpoint chart (midpoints of each planet pair between two persons) and returns a signed URL to a single-wheel PNG image representing the relationship as its own entity. The URL is valid for 24 hours.

Authentication

MethodExample
Header (recommended)X-Api-Key: am_live_xxxxxxxxxxxx
BearerAuthorization: Bearer am_live_xxxxxxxxxxxx
Query?api_key=am_live_xxxxxxxxxxxx

Request body

FieldTypeRequiredDescription
person1objectYesFirst person’s birth data (see person fields).
person2objectYesSecond person’s birth data (same fields).
house_systemstringNoDefault placidus.
node_typestringNotrue (default) or mean.
center_textstringNoCustom text in chart center.
brandingstringNoBranding text on chart.

Response shape

FieldTypeDescription
chart_urlstringSigned URL to the composite wheel PNG image. Valid for 24 hours.

Errors

HTTPCodeCause
400MISSING_FIELDperson1 or person2 missing, or required sub-fields absent.
405METHOD_NOT_ALLOWEDNon-POST request.
500EPHEMERIS_ERRORChart computation failed.

Notes

  • The composite chart represents the relationship itself as a single chart — each planet position is the midpoint of that planet in both natal charts.
  • For composite data (midpoint positions, aspects) without the chart image, use Composite.

See also