divine_get_horoscope_chart
Generate a Vedic Kundli chart as SVG or image from birth details. Supports divisional charts D1-D10, chalit, sun, moon, with customizable colors and layout.
Instructions
Generate a Vedic horoscope chart (Kundli diagram) as SVG and image.
Supports divisional charts: D1 (Lagna/Rashi), D2 (Hora), D3 (Drekkana), D9 (Navamsha), D10 (Dashamsha), chalit, sun, moon, and more. Optional styling: chart_type (north/south), hex colors, show_* toggles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | Yes | Birth day (e.g., '24') | |
| lan | No | Language code | en |
| lat | Yes | Latitude (e.g., '28.7041') | |
| lon | Yes | Longitude (e.g., '77.1025') | |
| min | Yes | Birth minute (e.g., '40') | |
| sec | No | Birth second | 0 |
| hour | Yes | Birth hour in 24h format (e.g., '14') | |
| year | Yes | Birth year (e.g., '1990') | |
| month | Yes | Birth month (e.g., '05') | |
| place | Yes | Birth place (e.g., 'New Delhi') | |
| tzone | Yes | Timezone offset (e.g., '5.5') | |
| gender | Yes | Gender: 'male' or 'female' | |
| chart_id | Yes | Chart type: D1 (Lagna), D2 (Hora), D3 (Drekkana), D9 (Navamsha), D10 (Dashamsha), chalit, sun, moon, etc. | |
| full_name | Yes | Full name of the person | |
| chart_type | No | Chart style: 'north' (diamond) or 'south' (square) | |
| line_color | No | Chart line color as hex (e.g., '#333333') | |
| sign_color | No | Sign label color as hex (e.g., '#333333') | |
| chart_color | No | Chart background color as hex (e.g., '#ffffff') | |
| planet_color | No | Planet label color as hex (e.g., '#333333') | |
| show_planet_retro | No | Set '1' to mark retrograde planets on the chart, '0' to hide | |
| show_planet_degree | No | Set '1' to show planet degrees on the chart, '0' to hide | |
| show_modern_planets | No | Set '1' to include Uranus/Neptune/Pluto on the chart, '0' to hide |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |