One API call. A complete branded report.

Send birth details. Get a production-ready PDF back — Kundli, match-making, Varshphal, life forecast. White-labeled, multi-language, 3-second generation. Hand it directly to your users.

Report types

12+

Pages per report

40+

White-labeled

100%

Generation time

~3 sec

LIVE PREVIEW

What your users
actually receive.

Fully white-labeled reports. Your brand, your logo, your domain. The user never sees "AstrologyAPI".

Detailed Kundli Report

Prepared for: Rahul Sharma · DOB: 15 Aug 1990

Sun Sign

Leo

Moon Sign

Scorpio

Ascendant

Libra

Birth Chart (D1)
Navamsa (D9)

Sun

Leo · House 11

Moon

Leo · House 11

Mars

Leo · House 11

Interactive preview. Generate a real PDF to see the full 40-page report.

generate_report.py

1import requests
2
3response = requests.post(
4  "https://pdf.astrologyapi.com/v1/kundli_report",
5  headers={"Authorization": "Basic {key}"},
6  json={
7    "day": 15, "month": 8, "year": 1990,
8    "hour": 10, "min": 30, "lat": 28.61,
9    "lon": 77.20, "tzone": 5.5,
10    "lang": "en", "report_style": "detailed"
11  }
12)
13
14with open("kundli.pdf", "wb") as f:
15  f.write(response.content)

White-Label Branding

Configure your company details, logo, and footer text in the dashboard. Our API handles the heavy rendering while you focus on the user experience.

Catalogue

Choose your tradition,
ship curated report suites.

Each collection is crafted with astrologers and designers to convert raw data into narratives that feel counselled, not auto-generated.

Support

Frequently Asked Questions

Answers for product, ops, and marketing teams building with the PDF API.

Return a secure URL or stream PDF bytes. Attach to emails, gate behind membership tiers, or allow re-downloads from your portal.

Yes. Customise report copy, layout sections, CTAs, and visual styling through the dashboard. Every report can carry your brand name, colors, logo, and support contact — zero AstrologyAPI branding.

We encrypt all user inputs, honour data deletion requests, and integrate with your existing payment flows or lead funnels via webhooks.

PDF reports are available in 8+ languages including English, Hindi, Tamil, Telugu, Marathi, Bengali, Kannada, and Malayalam.

Most reports are rendered in under 3 seconds. Complex multi-chart reports like Detailed Kundli typically complete in 4–6 seconds.

No. The API returns a ready-to-deliver PDF — you store and serve it, or stream the bytes directly to your user. There is no rendering layer to build or maintain.

From birth details to branded PDF. In one API call.

Sandbox access in minutes. Preview every report template, test generation, and ship your first PDF flow today — no credit card required.