SEARCH ASTROLOGY API DOCS

Home
PDF Reports

Indian Astrology PDF

API Description

The PDF API generates PDF horoscope based on the birth details provided in the request data.

The request data also has number of other options such as border style, footer links, lord Ganesha picture style and other last page details. These options can be used to customise the PDF as per your company and brand requirement.

The PDF API in response provides you with a PDF URL from where either your user can download the PDF or you can directly send the PDF horoscope on your user’s email address. The usage of PDF horoscope can be completely customised as per your requirements.

API Endpoint
basic_horoscope_pdf
MethodPOST
Full URL
https://pdf.astrologyapi.com/v1/basic_horoscope_pdf

Request Data

ParamsData typeDescriptions

name required

string

Name of the user, eg: "Ajeet Kanojia"

gender required

string

Gender of the user, eg: "male"

day required

int

Birth date of the user, eg: 06

month required

int

Birth month of the user, eg: 01

year required

int

Birth year of the user, eg: 2000

hour required

int

Birth hour of the user, eg: 07

min required

int

Birth minute of the user, eg: 45

lat required

float

Latitude of user birth place, eg: 19.2056

lon required

float

Longitude of user birth place, eg: 25.2056

language required

string

Pdf Language eg,en,hi,ma,bn,ta,te,kn,ml

tzone required

float

Timezone of user birth place , eg: 5.5

place required

string

User birth place , eg: "Mumbai,Maharashtra India"

chart_style required

string

For south style SOUTH_INDIAN OR for eastern style EAST_INDIAN , eg: "NORTH_INDIAN"

footer_link required

string

Your domain link , eg: "astrologyapi.com"

logo_url required

string

Your company logo url , eg: "logo_url"

company_name required

string

Your company name , eg: "Vedic Rishi Astro Solutions Pvt. Ltd."

company_info required

string

NOTE- SHOULD BE LESS THAN 500 CHARACTER , eg: "Your Company Info"

domain_url required

string

Your domain full url , eg: "https://www.astrologyapi.com"

company_email required

string

Your company email , eg: "[email protected]"

company_landline required

string

Your company Landline number , eg: "+91- 221232 22"

company_mobile required

string

Your company mobile number, eg: "+91 1212 1212 12"

Note : Language Abbreviations en - english,hi - hindi, ma - marathi, bn - bengali, ta - tamil, te - telugu, kn - kannada, ml - malayalam

Response Data

{
"status" : true,
"pdf_url" : "http://ec2-52-58-178-221.eu-central-1.compute.amazonaws.com/pdfs/pdf-1465733471262.pdf"
}

PDF Horoscope Samples

Following are the PDF horoscope samples you can download. These generated PDFs are using Vedic Rishi Astro branding and everything can be customised to suit your company branding and style.

English PDF Sample
Hindi PDF Sample
Bengali PDF Sample
Marathi PDF Sample
Tamil PDF Sample
Telugu PDF Sample
Kannada PDF Sample
Malayalam PDF Sample