POST · VEDIC

Jaimini Chart Complete

Endpoint POST https://starsapi.com/api/v3/vedic/jaimini/chart-complete
Restricted access

This endpoint requires an API key with elevated (internal) access. Standard partner keys receive 403 FORBIDDEN. Use the individual Jaimini endpoints for the same data.

Returns all Jaimini charts with signed image URLs in one response — the Jaimini Rashi (karaka-labelled D1), Karakamsha, and Swamsha charts — along with the planet–karaka map, retrograde and combust planet lists.

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
planet_karaka_mapobjectPlanet → karaka abbreviation (all 8 in the 8-scheme).
retrograde_planets / combust_planetsarrayStatus lists for chart annotation.
charts / imagesobjectChart shapes and signed North/South PNG URLs per chart.

Errors

HTTPCodeCause
403FORBIDDENAPI key lacks internal access.
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