---
title: Generate Janmpatri/Kundli PDF API
slug: generate-kundli-pdf
url: https://apyhub.com/dosvak/service/generate-kundli-pdf
provider: Dosvak LLC
categories: [Geolocation, Smart Generation]
tags: [kundli, janmpatri, astrology, pdf-generation, birth-chart]
auth: api_key
---

# Generate Janmpatri/Kundli PDF API

Generate a Janmpatri/Kundli PDF from name, birth date, birth time, coordinates, and timezone. Returns a binary PDF for astrology reports.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `` | What it does Generates a Janmpatri/Kundli PDF from the provided birth details. The request body inc… | 100 |

## About

## What it does
Kundli PDF Generator creates a Janmpatri/Kundli PDF from birth details. Send a name, birth date, birth time, latitude, longitude, timezone, and optional language, and get a binary PDF back.

Use it when your app needs to generate an astrology report for a user’s birth record. The service is built for workflows where you already collect birth details in a form and need a downloadable document instead of raw data.

The request body is straightforward: `name`, `birth_date`, `birth_time`, `latitude`, `longitude`, and `timezone` are required, and `language` can be set to `en` or `hi`. The response is a PDF file, so you can store it, stream it to the browser, or attach it to an email flow.

If you are building a kundli generator, astrological onboarding flow, or a report-download feature, this endpoint gives you a document output from structured birth inputs without extra transformation steps.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/dosvak/service/generate-kundli-pdf
