POST · VEDIC

Jaimini Chart

Endpoint POST https://starsapi.com/api/v3/vedic/jaimini/chart

Returns signed image URLs for the Jaimini Rashi chart (D1 with karaka labels such as Ma-AK, Ve-AmK) in North and South Indian styles. URLs are pre-signed and expire; fetch fresh URLs rather than storing them. Images are rendered by the companion /chart-image endpoint, which returns a PNG directly and requires no API key — the signature authorises it.

Authentication

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

Request body

FieldTypeRequiredDescription
namestringNoEchoed in the response.
yearintegerYesBirth year.
monthintegerYesBirth month, 1–12.
dayintegerYesDay of month.
hourintegerYesHour, 24-hour.
minuteintegerYesMinute.
secondintegerNoDefault 0.
latitudenumberYesDecimal degrees.
longitudenumberYesDecimal degrees.
timezonestringYesIANA timezone.
ayanamsastringNoDefault lahiri.
node_typestringNomean (default) or true.
schemeintegerNo8 (default, with Rahu) or 7 (classical seven-karaka scheme).

Response shape

FieldTypeDescription
chartstringChart key (jaimini_rashi).
karaka_schemeintegerScheme used for the karaka labels.
images.north / images.southstringSigned PNG URLs.

Errors

HTTPCodeCause
400MISSING_FIELDRequired field absent.
400INVALID_DATEBad calendar date.
400INVALID_TIMEHour/minute/second out of range.
400INVALID_TIMEZONENon-IANA timezone.
400INVALID_COORDINATELat/lon out of range.
400INVALID_PARAMBad ayanamsa, node_type, or scheme.
405METHOD_NOT_ALLOWEDNon-POST request.

See also