Computes both natal charts plus synastry inter-aspects and returns a signed URL to a bi-wheel PNG image
showing Person A’s chart on the inner ring and Person B’s planets on the outer ring.
The URL is valid for 24 hours.
Authentication
Method
Example
Header (recommended)
X-Api-Key: am_live_xxxxxxxxxxxx
Bearer
Authorization: Bearer am_live_xxxxxxxxxxxx
Query
?api_key=am_live_xxxxxxxxxxxx
Request body
Two person objects are required. Each contains birth data:
Field
Type
Required
Description
person1
object
Yes
Inner-ring person (see fields below).
person2
object
Yes
Outer-ring person (same fields).
house_system
string
No
Default placidus.
node_type
string
No
true (default) or mean.
center_text
string
No
Custom text in chart center.
Person object fields
Field
Type
Required
Description
name
string
No
Label on chart. Default "Person A" / "Person B".
year
integer
Yes
Birth year.
month
integer
Yes
Birth month, 1–12.
day
integer
Yes
Day of month.
hour
integer
Yes
Hour, 0–23.
minute
integer
Yes
Minute, 0–59.
second
integer
No
Default 0.
latitude
number
Yes
Decimal degrees.
longitude
number
Yes
Decimal degrees.
timezone
string
Yes
IANA timezone identifier.
Response shape
Field
Type
Description
chart_url
string
Signed URL to the bi-wheel PNG image. Valid for 24 hours.
Errors
HTTP
Code
Cause
400
MISSING_FIELD
person1 or person2 missing, or required sub-fields absent.
405
METHOD_NOT_ALLOWED
Non-POST request.
500
EPHEMERIS_ERROR
Chart computation failed for one of the persons.
Notes
The image URL is a signed, time-limited link — cache the URL or download the image within 24 hours.
For synastry data (inter-aspects, planet positions) without the chart image, use Synastry.