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.
Included API quotas
Your workspace subscription includes Developer API access. Platform settings control the quota levels shown here.
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.
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.
Current usage
Monthly quotas reset with the workspace subscription period.
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
Return deterministic chart facts without creating a customer checkout.
Generate a full Kundli report link and PDF from provider-submitted birth details.
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.