Skip to main content
VEDIKA / INTELLIGENCE FIELD EPHEMERIS · AI · VOICE

ASTROLOGY INTELLIGENCE INFRASTRUCTURE

Ask the cosmos.
Get a computed answer.

Vedic, Western and KP computed from a real ephemeris — then read back in plain language, in your own.

VEDIKA PLATFORMASTROLOGY INTELLIGENCE API
Why computation context matters

Calculation first.
Interpretation second.

These neutral text-only fixtures contain no calculation payload.
Vedika's documented pattern pairs interpretation with computed astronomy context.

Text-only fixture A
No chart context
U
What is my current Mahadasha? Born May 15, 1990, 10:30 AM, Delhi
G
Illustrative draft response. This example does not include a computed chart payload.
ILLUSTRATION — computation boundary absent
U
Is there Mangal Dosha in my chart?
G
Illustrative draft response. A chart-dependent conclusion should not be inferred from text alone.
ILLUSTRATION — no calculated placements supplied
Text-only fixture B
Text-only example
U
What is my Moon Nakshatra? Born 15 May 1990, 10:30 AM, Delhi
G
Illustrative draft response. The example contains prose but no calculation trace.
ILLUSTRATION — computed chart context not shown
U
When is the next Sade Sati for my chart?
G
Illustrative draft response. Transit timing requires chart inputs and a defined calculation context.
ILLUSTRATION — timing is not calculated here

Vedika Ephemeris

Calculation before interpretation

Birth details produce chart context first. Vedika then uses that computed context for API responses, reports and voice experiences.

Input Compute Interpret
COMPUTED ASTRONOMY CONTEXT

One calculation boundary across API surfaces

Text-only fixture C
No chart context
U
When does my Saturn Mahadasha end? Born May 15, 1990, 10:30 AM, Delhi
C
Illustrative draft response. No ephemeris output is attached to this example.
ILLUSTRATION — calculation input is missing
U
What degree is my Moon in Leo right now?
C
Illustrative draft response. Position data should come from a calculation service, not generated prose.
ILLUSTRATION — no position payload supplied
Vedika
Vedika Pro Ultra
DOCUMENTED PATTERN
U
What is my Mahadasha? Born May 15, 1990, 10:30 AM, Delhi
V
Calculated fields first
Context: chart positions, timing inputs and selected calculation settings
The interface then presents the interpretation generated from that context.
Example response structure
U
Is there Mangal Dosha in my chart?
V
Chart-aware interpretation
The response can reference the calculated placements supplied in the chart context.
Illustrative response structure; no live call
Review benchmark methodology

Validate outputs against documented fixtures.

NATURAL LANGUAGE AI

One endpoint. Source-documented multilingual interpretation.

The 2026-07-26 source snapshot documents interpretation coverage across 30 languages. Verify availability for the requested route, product surface and current contract.

Ask product-ready questions in natural language
Pair interpretation with computed chart context
Keep calculation fields separate from prose
Inspect the chart context your product receives
Streaming responses over SSE
Render output incrementally in your interface
Try the keyless mock sandbox
Request
POST /api/v1/astrology/query

{
  "question": "When is the best time to start my business?",
  "birthDetails": {
    "datetime": "1990-05-15T10:30:00",
    "latitude": 19.076,
    "longitude": 72.877,
    "timezone": "+05:30"
  },
  "language": "en"
}
Response
{
  "answer": "Illustrative interpretation generated from the computed chart context.",
  "birthChart": {
    "ascendant": null,
    "moonSign": null,
    "currentDasha": null
  },
  "meta": {
    "engine": "vedika-intelligence",
    "dataSource": "vedika-ephemeris"
  }
}
Interactive playground

Configure an API request. Bring your key.

Choose a public delivery option, adjust request fields and copy the generated curl / JavaScript / Python / MCP snippet.

Review the playground's key-handling guidance before a production test.


          
PLATFORM COMPONENTS

Astrology backend components. One API surface.

Use one platform for charts, interpretations, compatibility, predictions, reports and product integrations.

2026-07-26 source snapshot — 700+ documented operations*
Across the documented API domains
Python and JavaScript SDK references
Verify current registry availability and version before use
Keyless sandbox with illustrative mock fixtures
Inspect request shapes without implying production availability
See All Endpoints

Vedic Astrology

Birth Charts Documented Yoga Fields Vimshottari Dasha Dosha Analysis Panchang Muhurta Compatibility

Western Astrology

Natal Charts Synastry Transits Solar Returns Progressions

AI Intelligence Layer

Natural Language Queries 30 in Source · Verify Live Streaming Calculation-linked interpretation
COMPUTATION BOUNDARY

Keep computed positions separate from generated prose.

Vedika calculates chart context before interpretation, then exposes public response metadata so applications can identify the intelligence and ephemeris sources.

Calculated chart fields
Positions and timing context remain inspectable
Public source metadata
engine: vedika-intelligence · dataSource: vedika-ephemeris
Documented test fixtures
Validate calculation outputs before shipping
Review calculation documentation
Text-only prompt

Generated prose without an attached calculation payload

Chart-dependent conclusion is not inspectable

With computed context

Interpretation paired with chart fields and public source metadata

Calculated fields are inspectable

Interpretation is a separate field

Source metadata follows the public contract

PRODUCT CATEGORIES

A shared platform for astrology products.

Matrimony, horoscope, wellness and media products can integrate chart calculation, interpretation, reports and voice through Vedika APIs.

Reusable platform components
APIs, reports, widgets, SDKs and MCP tools
Usage grows as your customers grow
Usage scales with API activity
Domain-specific calculation context
Keep astronomy data distinct from generated interpretation
Talk to Our Team
700+
2026-07-26 source-documented operations*
PAID
Production contract
30
Source-documented languages*
MCP
Reference documented*
API AI Chatbot Computed context
API operations 700+ dated Verify contract
Interpretation languages 30 in source Verify surface
MCP server Reference Verify live
Public metadata Defined Defined
*Customer-callable and language availability require the current contract and live verification
VOICE API

Voice interfaces for astrology products.

Send audio in a documented supported language and return spoken interpretation using the same calculated chart context available to text experiences.

Ask in supported Indic languages
Hindi, Tamil, Telugu, Bengali, Gujarati, Marathi and more
Streaming audio transport
Render spoken output as it becomes available
Shared computed chart context
Use voice and text interfaces with the same request context
Try Voice API
Vedika Voice AI
Available on Business $120 and Enterprise $240 plans
Speech input
Supported-language transcription
API
Spoken output VOICE
Natural-language audio response
API
Streaming transport
Incremental audio delivery
SSE
Learn more about Voice AI →

2026-07-26 source snapshot at a glance

700+
Source-documented operations*
30
Source-documented interpretation languages*
MCP
Source reference*
VERIFY
Current contract + live surface

*The dated source catalog is not proof of customer-callable or live-surface availability. Verify the current public contract and live API.

SSE streaming · transit alerts · usage events

Real-Time IntelligenceConversational Astrology API

Use streaming responses, transit-alert integrations and dashboard usage events to build conversational astrology interfaces.

Streaming Predictions

Stream response chunks over SSE so your interface can render the answer incrementally.

Live word-by-word streaming
Incremental response chunks
Progress indicators included

36-Point Kundali Matching

Ashtakoota compatibility fields with guna matching, Mangal Dosha context and Nadi compatibility data.

8 Kootas with detailed scoring
Mangal Dosha compatibility
Personalized recommendations

Usage visibility

Review metered usage, account balance and API-key activity from the dashboard.

Account balance view
Usage graphs
API-key activity

Illustrative event handling

PSEUDOCODE
// Connect to real-time streaming
const stream = createVedikaStream({ apiKey: 'YOUR_API_KEY' });
// Stream predictions word-by-word
stream.onChunk((text) => {
console.log(text);
});
// Subscribe to transit alerts
stream.transits.subscribe({
birthDetails: { ... },
onAlert: (alert) => notify(alert)
});
No polling required Real-time streaming Use HTTPS
View Docs
30 Interpretation Languages in the Current Source*

Multilingual astrology interpretation
with explicit product-surface coverage

The 2026-07-26 source snapshot documents interpretation coverage across 30 languages: 15 Indic and 14 international. Verify current availability per route, contract and live product surface. Accepted input and report-output coverage are separate and vary by surface.

🇮🇳

Indic Language Coverage

🇮🇳
Hindi
हिंदी
🇮🇳
Bengali
বাংলা
🇮🇳
Telugu
తెలుగు
🇮🇳
Tamil
தமிழ்
🇮🇳
Gujarati
ગુજરાતી
🇮🇳
Kannada
ಕನ್ನಡ
🇮🇳
Malayalam
മലയാളം
🇮🇳
Marathi
मराठी
🇮🇳
Punjabi
ਪੰਜਾਬੀ
🇮🇳
Odia
ଓଡ଼ିଆ
🇮🇳
Assamese
অসমীয়া
🇵🇰
Urdu
اردو
🇳🇵
Nepali
नेपाली
🇱🇰
Sinhala
සිංහල
🕉️
Sanskrit
संस्कृतम्
🌍

International Coverage Map

English is the native output language and is counted separately; 30 accepted values in total.

🇮🇷 Persian 🇪🇸 Spanish 🇫🇷 French 🇩🇪 German 🇵🇹 Portuguese 🇷🇺 Russian 🇯🇵 Japanese 🇰🇷 Korean 🇨🇳 Chinese 🇸🇦 Arabic 🇹🇭 Thai 🇻🇳 Vietnamese 🇮🇩 Indonesian 🇲🇾 Malay

Language parameter example

For endpoints that support interpretation languages, include the language parameter:

// Hindi Example
{
  "question": "मेरी कुंडली में कौन से योग हैं?",
  "language": "hi",
  "birthDetails": {
    "datetime": "1990-01-15T14:30:00",
    "latitude": 19.0760,
    "longitude": 72.8777,
    "timezone": "+05:30"
  }
}
// Tamil Example
{
  "question": "என் ஜாதகத்தில் என்ன யோகங்கள் உள்ளன?",
  "language": "ta",
  "birthDetails": {
    "datetime": "1990-01-15T14:30:00",
    "latitude": 13.0827,
    "longitude": 80.2707,
    "timezone": "+05:30"
  }
}

Localized interpretation: Response fields can preserve Sanskrit astrological terms while returning explanations in the requested supported language.

15
Indic Languages in Source*
Verify current live surface
14
International Languages in Source*
Verify current live surface
30
Languages in Source*
15 Indic + 14 international; verify live
⭐ Western & Vedic Astrology

Both Tropical & Sidereal Systems
in One API

One API surface exposes documented Western (Tropical) and Vedic (Sidereal) calculation contexts. Select the system explicitly so chart data and interpretation remain separated.

Vedic Astrology

Sidereal Zodiac (Star-Based)

  • 27 Nakshatras - Lunar mansion calculations
  • Documented yoga fields - Source-governed combinations
  • 16 Divisional Charts - Vargas (D1-D60)
  • Vimshottari Dasha - Predictive periods
  • Ashtakavarga - Transit predictions

Western Astrology

Tropical Zodiac (Season-Based)

  • 10 Planets - Includes Uranus, Neptune, Pluto
  • 13 House Systems - Placidus, Koch, Equal, Whole Sign...
  • Secondary Progressions - Long-term predictions
  • Solar Returns - Annual birthday charts
  • Synastry - Relationship compatibility

System Comparison

Feature Vedic (Sidereal) Western (Tropical)
Zodiac Reference Fixed Stars Seasonal Equinoxes
Ayanamsa Correction ~24° (Lahiri) None (0°)
Planets Used 9 (Sun-Saturn, Rahu, Ketu) 10 (Sun-Pluto)
House Systems Primarily Whole Sign 13 systems available
Predictive Methods Dashas, Transits Progressions, Returns
Example feature focus Dashas, vargas, nakshatras Progressions, returns, synastry

Published system scope

Vedic and Western requests use explicit zodiac references, calculation settings and response metadata.

2
Zodiac reference modes
13
Western house systems
3
Public delivery options
🕉️ Vedic Birth Chart
POST /v2/astrology/kundli

{
  "datetime": "1990-01-15T14:30:00+05:30",
  "latitude": 28.6139,
  "longitude": 77.2090
}
Western Birth Chart
POST /v2/western/birth-chart

{
  "datetime": "1990-01-15T14:30:00+05:30",
  "latitude": 28.6139,
  "longitude": 77.2090,
  "houseSystem": "placidus"
}
Vedika intelligence layer

Calculation-aware interpretation for astrology products.

Choose Vedika Standard, Vedika Swift or Vedika Pro Ultra through the public contract. Each option uses the same public response-source metadata.

700+
2026-07-26 source-documented operations*
30
Source-documented interpretation languages*
MCP
Source reference*
VERIFY
Current contract + live surface*

*The dated source catalog is not proof of customer-callable or live-surface availability. Verify the current public contract and live API.

Vedika Standard
Available across paid plans
  • Natural-language interpretation with computed chart context
  • Simple, average and complex usage rates
  • Current source documents 30 interpretation languages; verify route, contract and live surface
  • Available from the $12 Starter plan
Per-query cost
$0.01 simple · $0.02 avg · $0.03 complex
⚡ NEW
Vedika Swift
Business + Enterprise
  • Natural-language interpretation with computed chart context
  • Simple, average and complex usage rates
  • Streaming support for incremental interfaces
  • Business $120 + Enterprise $240; route entitlements follow the current contract
Per-query cost
$0.02 simple · $0.03 avg · $0.05 complex
Public response contract

Stable public engine and data-source metadata.

Source policy

Documentation records source mappings where available.

Published usage rates

Plans from $12/month; Vedika Standard from $0.01/query.

Operational status

Check the public status page for current service state.

Documented Vedic feature coverage

Browse the published operation groups for yogas, doshas, divisional charts, dashas, matching and numerology.

Documented Yoga Fields

Source-governed yoga fields and rules across the documented operation set

  • ✓ Pancha Mahapurusha fields
  • ✓ Raja and Dhana yoga fields
  • ✓ Arishta-related fields
  • ✓ Classical-source mapping required
  • ✓ Unsupported chapter or verse claims prohibited
  • ✓ Live availability requires current-contract verification

Documented Dosha Fields

Source-governed dosha fields in the dated catalog

  • ✓ Kaal Sarp Dosha (12 types)
  • ✓ Mangal Dosha (Advanced)
  • ✓ Sade Sati (3 phases)
  • ✓ Pitru Dosha
  • ✓ Interpretation remains qualified
  • ✓ Live availability requires contract verification

Documented Divisional-Chart Fields

Selected varga fields spanning D1 through D60

  • ✓ D1 Rashi (Main Chart)
  • ✓ D9 Navamsa (Marriage)
  • ✓ D10 Dasamsa (Career)
  • ✓ D30 Trimsamsa (Misfortunes)
  • ✓ D60 Shashtiamsa (Karma)
  • ✓ Availability varies by documented route

Documented Dasha Fields

Dasha-period fields and interpretation workflows

  • ✓ Vimshottari (120 years)
  • ✓ Yogini Dasha (36 years)
  • ✓ Mahadasha Periods
  • ✓ Documented sub-period fields
  • ✓ Current period analysis
  • ✓ Generated interpretation remains qualified

36-Point Matching

Ashtakoota compatibility fields and scoring

  • ✓ 8 Koota Breakdown
  • ✓ Manglik Dosha Analysis
  • ✓ Nadi Dosha Detection
  • ✓ Psychological Compatibility
  • ✓ Karmic Connection
  • ✓ Dashkoota System

Documented Numerology Fields

Pythagorean and Chaldean numerology calculations

  • ✓ Life Path Number
  • ✓ Destiny Number
  • ✓ Expression Number
  • ✓ Personal Year Cycles
  • ✓ Chaldean fields
  • ✓ Availability varies by documented route
Feature Published scope Surface Notes
Divisional Charts Selected vargas (D1-D60) Chart endpoints Calculation fields
Yoga Detection Documented fields Detection fields Documented operation set
Dosha Analysis Documented fields Analysis fields Feature availability varies
Dasha Systems Documented fields Period endpoints Timing inputs required
Numerology Documented fields Calculation endpoints Pythagorean + Chaldean
Public metadata Defined vedika-intelligence vedika-ephemeris
AI Interpretation 30 in current source* Natural-language API Coverage varies by surface
Why Vedika

Computed context and generated prose
need different boundaries.

This neutral text-only fixture demonstrates why a chart-dependent statement needs an inspectable calculation payload and source mapping. It is illustrative, not a test of another product. Vedika's documented pattern separates computed chart data from interpretation; verify the current live contract.

Text-only fixture
"A text-only response states a deterministic outcome without attaching calculated chart fields or a source mapping." NO INSPECTABLE CALCULATION CONTEXT
WITH
Vedika
"The documented Vedika pattern keeps computed chart data separate from interpretation and identifies the requested astrology-system context. Live response shape requires current-contract verification." COMPUTED DATA · SYSTEM BOUNDARY · QUALIFIED INTERPRETATION
Architecture research reference

Research informs architecture. Evidence gates public claims.

Published pruning research is model-dependent. It does not establish Vedika-specific cost, speed, accuracy or citation results. Those claims require a documented evaluation and reproducible evidence before publication.

GENERAL ARCHITECTURE
CANDIDATE LAYERS RESEARCH QUESTION
EVALUATE
PRUNING CONCEPT
SELECTED LAYERS MODEL-DEPENDENT
TEST
DOMAIN EVALUATION
JYO VAS PAN TMP VOI ASTROLOGY · LANGUAGE · SAFETY FIXTURES · REVIEW · TRACE
VERIFY
EVIDENCE GATE
CITATION SRC-1 SRC-3 SRC-2 PUBLISH ONLY WITH EVIDENCE
VEDIKA STANDARD
Vedika
$0.01–$0.03/query
public response metadata
computed chart context
2026-07-26 source: 700+ · verify live
30 languages in source · verify live

Research context: Gromov et al., arXiv:2403.17887. This technical reference does not substantiate a Vedika-specific performance, price, accuracy or citation result.

Illustrative local demo

Inspect the request and response shape

This walkthrough renders example data in your browser. It does not call the production API or represent a computed reading.

Example request
Example response
Select Render example to inspect a local response shape
Local example · no production request sent

Token-Based Pricing

Choose a published self-serve subscription and use metered engines at the published USD ranges.

Limits, billing mechanics and entitlements follow the current checkout and API contract; there is no free production tier, trial or credit grant.

💰 Published usage rates
Vedika Standard
Available on all plans
$0.01
Simple
$0.02
Standard
$0.03
Complex
⚡ NEW
Vedika Swift
Business $120 + Enterprise $240 only
$0.02
Simple
$0.03
Standard
$0.05
Complex

Vedika Standard is published at $0.01-$0.03/query and Vedika Swift at $0.02-$0.05/query where the subscription is entitled. Actual metered cost depends on request complexity and the current contract.

Starter

Starter
$12/mo
Published self-serve subscription price
  • Paid production subscription
  • Vedika Standard: $0.01-$0.03/query
  • Metered usage
  • Limits and support per current contract

Business

Business
$120/mo
Published self-serve subscription price
  • Vedika Standard: $0.01-$0.03/query
  • Vedika Swift: $0.02-$0.05/query
  • Metered usage
  • Limits and support per current contract

Enterprise

Enterprise
$240/mo
Published self-serve subscription price
  • Vedika Standard: $0.01-$0.03/query
  • Vedika Swift: $0.02-$0.05/query
  • Metered usage
  • Limits and support per current contract

Flagship

CUSTOM CONTRACT

Requirements beyond the four self-serve plans are scoped and priced through sales in a signed order form.

Custom
Contact sales for current terms
Contract Scope
  • Architecture and region defined in the order form
  • Data terms defined in the order form
  • Tenancy model defined in the order form
  • Domain requirements defined in the order form
Commercial Terms
  • Service levels defined in the enterprise agreement
  • Contracted volume and metering terms
  • Infrastructure terms defined in the order form
  • Support terms defined in the order form
Common deployment discussions:
Regulated workloads (subject to review) Financial Services Government contracts Large enterprises White-Label Platforms

Explore illustrative request shapes in the keyless mock sandbox before using a paid production key. The sandbox does not prove live endpoint availability.

See ROI Calculator →

Built for astrology product teams

From dating apps to professional Jyotish software

💍

Matrimony Platforms

Ashtakoota guna matching, Manglik fields and compatibility scores for matrimony workflows.

🧗

Wellness & Spiritual Apps

Daily panchang, muhurta timing, transit alerts. Add astrology features to any health or wellness platform.

💬

AI Chatbots

Bot interfaces can use natural-language interpretation. The 2026-07-26 source documents 30 interpretation languages; verify each route, contract and live surface.

🔮

Professional Jyotish Software

Documented kundali, dasha, divisional-chart and source-governed yoga fields for professional workflows; verify current route availability.

VASTU API
Documented Vastu + AR/VR workflow

Vastu Shastra API for AR/VR Apps

The source catalog documents plot-polygon, compass-bearing and mandala-grid workflow fields for AR scenes. Customer-callable availability requires the current public contract and live verification. Classical Vastu claims require traceable source mapping; unsupported chapter or verse citations are not published.

9-zone
Mandala projection in world coords
81-pada
Per-cell devata heatmap
32-pada
Door auspiciousness classifier
WMM 2025
Magnetic declination correction

$0.012-$0.048 per call · keyless mock sandbox at api.vedika.io/sandbox/vastu

Build your astrology product on Vedika

Combine calculated chart context, natural-language interpretation, reports, voice and integration tools.

Pay-Per-Token
Metered usage
$0.02
Average Vedika Standard rate
From $12
Monthly subscription

API documentation • Published usage rates • Add funds when needed

Our Team

Deep-tech astrology intelligence company connecting astronomy, AI, voice and spiritual-technology product infrastructure.

Abhishek Raj

Abhishek Raj

CEO & CTO — Founder

Founder of Vedika Intelligence with a background spanning investment banking, operations, marketing and engineering.

Vansh Joshi

Vansh Joshi

Finance

4+ yrs in Business, IB, Asset Mgmt & Audit. Ex-Goldman Sachs, PAN & AVA. CA, CFA Student.

END OF TRANSIT

You asked the cosmos.
Here is the computed answer.

Vedic, Western and KP — computed from a real ephemeris, returned as JSON you can ship.