Skip to main content
Developer API

Build Vedic astrology into your product

The same engine-calculated astrology stack used by Soul Yatri — kundali, Gun Milan, panchang, numerology, tarot and more — as a metered REST API with documented settings. Displayed precision is output resolution, not independently benchmarked accuracy.

From zero to first call in minutes

01

Create your key

Sign in and generate an API key in the Developer Console. Every new key starts with 1,000 free credits — no card required.

02

Call the API

Send your key as a Bearer token to https://mcp.soulyatri.com/v1. Each response returns X-Credits-Remaining so you always know your balance.

03

Top up with packs

When you need more, buy a credit pack via the currently available payment provider. Credits are applied after payment confirmation; review the current pack terms before purchase.

Credit packs

Pay only for what you compute. Every new key gets 1,000 free credits. Paid packs never expire.

Free
₹0signup bonus
1,000 credits
On every new key
Starter
₹999$12
25,000 credits
Never expires
Growth
₹3,999$49
150,000 credits
Never expires
Scale
Customvolume
Custom volume
Talk to us

Per-call credit cost

Costs scale with compute weight. A Cosmic Blueprint is 500 credits; a horoscope is 2.

EndpointCredits
POST /v1/kundali20
POST /v1/kundli-matching25
GET /v1/panchang5
GET /v1/horoscope2
POST /v1/numerology3
POST /v1/tarot3
GET /v1/namakshar2
GET /v1/compatibility3

Quickstart

Authenticate with your key, then call any endpoint. The response includes your remaining balance.

curl -X POST https://mcp.soulyatri.com/v1/kundali \
  -H "Authorization: Bearer sk_live_your_key" \
  -H "Content-Type: application/json" \
  -d '{"dateOfBirth":"1995-08-15","timeOfBirth":"14:30","placeOfBirth":"Mumbai, India"}'

401 → invalid key · 402 → out of credits (top up a pack). Full reference at /docs.

Start building today

Create a key, get 1,000 free credits, and make your first call in minutes.

Open the Developer Console