> ## Documentation Index
> Fetch the complete documentation index at: https://docs.astrom8.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Build with the Vedic API

> Use deterministic Lahiri sidereal calculations and matching workflows.

AstroM8's Vedic family is designed as a calculation layer first. It supports both direct chart outputs and product workflows such as matching, annual returns, and report generation.

## Available capabilities

* **Panchang:** tithi, nakshatra, yoga, karana, and localized labels.
* **Natal and timing:** divisional charts, Vimshottari dasha, Sade Sati, Varshaphal, and natal yogas.
* **Relationship:** Kundli matching and an asynchronous batch matcher.
* **Strength and remedies:** Ashtakavarga reductions and bounded remedy catalog.

## Panchang example

```bash theme={null}
curl --request POST \
  --url 'https://api.astrom8.com/api/v3/vedic/panchang' \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: astrom8_live_...' \
  --data '{
    "date": "2026-07-24",
    "latitude": 13.7563,
    "longitude": 100.5018,
    "timezoneOffsetMinutes": 420
  }'
```

## Design notes

Use the same birth subject and timezone conventions across related calls. Persist the exact calculation input alongside a result so charts can be reproduced. Treat remedies and interpretive output as cultural or entertainment content, not medical, legal, financial, or employment advice.

Open the **Reference** tab to inspect accepted inputs and response schemas for each Vedic endpoint.
