Loading
· Personal account

Developer Program

Developer API included with workspace subscription

Use this workspace subscription to power chart calculation, Full Kundli report generation, compatibility matching, limits, and API-key security from your own app or service flow. Your customer pricing and checkout stay with you.

API docs

Included API quotas

Your workspace subscription includes Developer API access. Platform settings control the quota levels shown here.

Billing required

Included workspace API quota

These limits are configured by platform administrators and included with the active workspace subscription. Workspace users do not choose a separate Developer API plan.

Subscription required
Quota settings are loading.
Developer API keys become available after the workspace subscription is active. Open Billing

Provider model

Developer access is part of the workspace subscription, so the same provider account controls billing, quotas, keys, and usage visibility.

API calls return calculation, report, and matching output for your own customer journey.

Store customer consent, account context, and fulfillment status in your own app if you resell the API output.

API keys

Secrets are hashed and only shown once after creation.

Activate the workspace subscription before creating API keys.

No API keys have been created yet.

Current usage

Monthly quotas reset with the workspace subscription period.

Usage appears after the workspace subscription and Developer API keys are active.

Chart calculation example

curl -X POST https://api.myjyotishi.app/api/v1/developer/api/v1/charts/calculate \
  -H "Authorization: Bearer $PANDITONE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "birth": {
      "full_name": "Customer Name",
      "date_of_birth": "1998-01-01",
      "time_of_birth": "02:02:00",
      "time_accuracy": "exact",
      "birth_place_text": "Mumbai, India",
      "latitude": "19.076000",
      "longitude": "72.877700",
      "timezone": "Asia/Kolkata"
    },
    "locale": "en-US"
  }'

Available provider endpoints

POST
/developer/api/v1/charts/calculate

Return deterministic chart facts without creating a customer checkout.

POST
/developer/api/v1/reports/full

Generate a full Kundli report link and PDF from provider-submitted birth details.

POST
/developer/api/v1/compatibility/match

Match two birth profiles with Ashtakoot, dosha review, dasha timing, and pundit reference data.

Authentication: send the API key as Authorization: Bearer ... or X-API-Key. Active keys: 0.