US :  +1 (888) 261-8481    |    INDIA :  +91 (22) 2635-9680

Match Making PDF API Reference Documentation

API Description

The Match Making PDF API generates Match Making PDF based on the birth details of male and female provided in the request data.

The request data also has number of other options such as ashtakoot options, dashakoot options, papasamyam options 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.

PDF API Url

Following is the complete PDF API url -

https://pdf.astrologyapi.com/v1/match_making_pdf

Please note that all Vedic Rishi APIs use POST method for API call and so does PDF APIs.

PDF API Request Method

POST

PDF Horoscope Samples

Following are the Matching 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.

Request Data

Following are the options you will need to pass in PDF API -

                                        
                                            {
                                                "m_first_name" : "Sanjay", -- Male first name
                                                "m_last_name" : "Sharma", -- Male last name
                                                "m_day" : 11, -- Birth date of male
                                                "m_month" : 5, -- Birth month of male
                                                "m_year" :1992, -- Birth year of male
                                                "m_hour" : 12, -- Birth hour of male
                                                "m_min" : 30, -- Birth minute of male
                                                "m_lat" : 19.231, -- Latitude of male birth place
                                                "m_lon" : 72.4242, -- Longitude of male birth place
                                                "m_tzone" : 5.5, -- Timezone of male birth place
                                                "m_place" : "Mumbai,Maharashtra India", -- Male birth place

                                                "f_first_name" : "Ajeet", -- Female first name
                                                "f_last_name" : "Kanojia", -- Female last name
                                                "f_day" : 13, -- Birth date of female
                                                "f_month" : 5, -- Birth month of female
                                                "f_year" :1990, -- Birth year of female
                                                "f_hour" : 12, -- Birth hour of female
                                                "f_min" : 40, -- Birth minute of female
                                                "f_lat" : 19.231, -- Latitude of female birth place
                                                "f_lon" : 72.4242, -- Longitude of female birth place
                                                "f_tzone" : 5.5, -- Timezone of female birth place
                                                "f_place" : "Mumbai,Maharashtra India", -- female birth place

                                                "language" : "en", -- Pdf Language eg :en,hi
                                                "ashtakoot": true, -- Want to include ashtakoot or not, Options - true | false
                                                "dashakoot": false, -- Want to include dashakoot or not, Options - true | false
                                                "papasamyam": false, -- Want to include papasamyam or not, Options - true | false
                                                "chart_style" : "NORTH_INDIAN", -- For south style SOUTH_INDIAN OR for eastern style EAST_INDIAN
                                                "footer_link" : "astrologyapi.com", -- Your domain link
                                                "logo_url" : "logo_url", -- Your company logo url
                                                "company_name" :"Vedic Rishi Astro Solutions Pvt. Ltd.", -- Your company name
                                                "company_info" : "Your Company Info", -- NOTE- SHOULD BE LESS THAN 500 CHARACTER
                                                "domain_url" : "https://www.astrologyapi.com", -- Your domain full url
                                                "company_email" : "mail@astrologyapi.com", -- Your company email
                                                "company_landline" : "+91- 221232 22", -- Your company Landline number
                                                "company_mobile" : "+91 1212 1212 12", -- Your company mobile number
                                            }

                                            Note : Language Abbreviations
                                            en - english,hi - hindi

                                        
                                    

Response Data

Following is the response you will get in PDF API -

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