Daily Insight
POST /v1/daily-insightGenerates 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
POST /v1/predictionsReturns AI-assisted planetary predictions for a date range or specific month/year.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
profileId | string | Yes | Profile ID |
startDate | string | No | Start date YYYY-MM-DD |
endDate | string | No | End date YYYY-MM-DD |
month | number | No | Month number (1–12) |
year | number | No | Year |
Doshas
POST /v1/doshaChecks for Mangal dosha, Kaal Sarp dosha, Pitra dosha, and other afflictions. Returns severity and remedies.
Request body: { "profileId": "..." }
Yogas
POST /v1/yogasIdentifies Raj yogas, Dhana yogas, and other auspicious/inauspicious combinations. Returns name, forming planets, and strength.
Request body: { "profileId": "..." }
Personality
POST /v1/personalityPersonality analysis based on ascendant lord, moon sign, and dominant planets. Returns traits, strengths, and challenges.
Request body: { "profileId": "..." }
House lords
POST /v1/house-lordsReturns the ruling planet for each of the 12 houses and its placement.
Request body: { "profileId": "..." }
Conjunctions
POST /v1/conjunctionsLists all planetary conjunctions (planets in the same sign/house) and their combined effects.
Request body: { "profileId": "..." }
Aspects
POST /v1/aspectsReturns all major planetary aspects (7th, and special aspects of Mars, Jupiter, Saturn) with interpretation.
Request body: { "profileId": "..." }
Ashtakavarga
POST /v1/ashtakavargaReturns the Sarvashtakavarga and Bhinnastakavarga tables — a point-based strength assessment for each house.
Request body: { "profileId": "..." }
Shadbala
POST /v1/shadbalaReturns the six-fold strength (shadbala) for each planet: positional, directional, temporal, motional, natural, and aspectual strength.
Request body: { "profileId": "..." }
Vargas (divisional charts)
POST /v1/vargasReturns planet positions in divisional charts from D1 through D60 (Navamsha, Dasamsha, etc.).
Request body: { "profileId": "..." }
Remedies
POST /v1/remediesReturns personalized astrological remedies based on weak or afflicted planets in the birth chart.
Request body: { "profileId": "..." }