Skip to content

Daily Insight

http
POST /v1/daily-insight

Generates an AI-powered daily insight summary based on the current planetary transits for the profile. Unlike predictions (monthly) or rashifal (period-based horoscope), this gives a focused snapshot of the current day.

Request body: { "profileId": "..." }

Cost: 3 credits

Predictions

http
POST /v1/predictions

Returns AI-assisted planetary predictions for a date range or specific month/year.

Request body

FieldTypeRequiredDescription
profileIdstringYesProfile ID
startDatestringNoStart date YYYY-MM-DD
endDatestringNoEnd date YYYY-MM-DD
monthnumberNoMonth number (1–12)
yearnumberNoYear

Doshas

http
POST /v1/dosha

Checks for Mangal dosha, Kaal Sarp dosha, Pitra dosha, and other afflictions. Returns severity and remedies.

Request body: { "profileId": "..." }


Yogas

http
POST /v1/yogas

Identifies Raj yogas, Dhana yogas, and other auspicious/inauspicious combinations. Returns name, forming planets, and strength.

Request body: { "profileId": "..." }


Personality

http
POST /v1/personality

Personality analysis based on ascendant lord, moon sign, and dominant planets. Returns traits, strengths, and challenges.

Request body: { "profileId": "..." }


House lords

http
POST /v1/house-lords

Returns the ruling planet for each of the 12 houses and its placement.

Request body: { "profileId": "..." }


Conjunctions

http
POST /v1/conjunctions

Lists all planetary conjunctions (planets in the same sign/house) and their combined effects.

Request body: { "profileId": "..." }


Aspects

http
POST /v1/aspects

Returns all major planetary aspects (7th, and special aspects of Mars, Jupiter, Saturn) with interpretation.

Request body: { "profileId": "..." }


Ashtakavarga

http
POST /v1/ashtakavarga

Returns the Sarvashtakavarga and Bhinnastakavarga tables — a point-based strength assessment for each house.

Request body: { "profileId": "..." }


Shadbala

http
POST /v1/shadbala

Returns the six-fold strength (shadbala) for each planet: positional, directional, temporal, motional, natural, and aspectual strength.

Request body: { "profileId": "..." }


Vargas (divisional charts)

http
POST /v1/vargas

Returns planet positions in divisional charts from D1 through D60 (Navamsha, Dasamsha, etc.).

Request body: { "profileId": "..." }


Remedies

http
POST /v1/remedies

Returns personalized astrological remedies based on weak or afflicted planets in the birth chart.

Request body: { "profileId": "..." }