Skip to content

Every API call costs credits. Credits are deducted from your account balance atomically — if the call fails, no credits are charged.

Developer plans

PlanPriceCreditsRate limitAPI keys
TrialFree500 (one-time)5 req/min1
Starter$29/mo50,000/mo60 req/min3
Growth$99/mo250,000/mo120 req/min10

Credits on Starter and Growth plans refill automatically at the start of each billing month. Trial credits do not refill.

Credit cost per endpoint

Free-tier endpoints (2 credits)

EndpointCredits
POST /v1/birth-chart2
POST /v1/planets2
POST /v1/ascendant2
POST /v1/rashi2
POST /v1/nakshatra2
POST /v1/elements2
POST /v1/panchang2
POST /v1/rashifal2
POST /v1/basic-details2
POST /v1/daily-insight3

Personal-tier endpoints (5 credits)

These endpoints require a personal or higher consumer plan on the account making the request.

EndpointCredits
POST /v1/personality5
POST /v1/house-lords5
POST /v1/atmakaraka5
POST /v1/conjunctions5
POST /v1/aspects5
POST /v1/yogas5
POST /v1/dosha5
POST /v1/ashtakavarga5
POST /v1/shadbala5
POST /v1/functional5
POST /v1/vargas5
POST /v1/predictions5
POST /v1/dasha5
POST /v1/transits5
POST /v1/sade-sati5
POST /v1/remedies5
POST /v1/matching5

AI endpoints (20 credits)

EndpointCredits
POST /v1/guru20

Report endpoints (50 credits, personal plan)

EndpointCredits
POST /v1/report/kundli50
POST /v1/report/predictions50
POST /v1/report/compatibility50

Checking your balance

bash
curl https://api.askvedicguru.com/api/api-keys \
  -H "X-API-Key: YOUR_API_KEY"

Response includes:

json
{
  "data": {
    "credits": 49234,
    "creditsRefillAt": "2026-06-01T00:00:00.000Z",
    "developerPlan": "starter",
    "rateLimitPerMinute": 60
  }
}