Vedic Yearly Prediction 5 Year

Illuminate your journey with astrological clarity using our 'Vedic Yearly Prediction 5 Year' API, generating enlightening astrological charts in PDF format that shed light on life's path within the realm of Indian Astrology.

POST https://pdf.divineapi.com/indian-api/v1/vedic-yearly-prediction-5-year

Vedic Yearly Prediction 5 Year in response

Headers

NameTypeDescription

Authorization*

String

your API Access Token

eg: Bearer {token}

Request Body

NameTypeDescription

api_key*

String

your API key

full_name*

String

Full name of the user, ex: Rahul Kumar

day*

Integer

Birth date of the user, eg: 24

month*

Integer

Birth month of the user, eg: 05

year*

Integer

Birth year of the user, eg: 2023

hour*

Integer

Birth hour of the user, eg: 14

min *

Integer

Birth minute of the user, eg: 40

sec*

Integer

Birth second of the user, eg 43

gender*

String

Gender of the user, ex: male

place*

String

User birth place, ex: New Delhi, India

lat*

Float

Latitude of user birth place, eg: 28.7041

lon*

Float

Longitude of user birth place, eg: 77.1025

tzone*

Float

Timezone of user birth place, eg: 5.5

lan

String

Pdf Language en/hi, default en

company_name*

String

Your company name, ex: Divine API

company_url*

String

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

company_email*

String

Your company email , eg: "admin@divineapi.com"

company_mobile*

String

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

company_bio*

String

Note Should be less then 500 character, ex: "Your Company Bio"

logo_url*

String

Your company logo url (png only), eg: "logo_url"

footer_text*

String

Note Should be less then 100 character, ex: "Your Company Bio"

{
    "success": 1,
    "data": {
        "name": "Rahul Kumar",
        "report_url": "report_url"
    }
}

Take a look at how you might call this method via cURL, NodeJS or JavaScript jQuery AJAX and Python :

curl --location '
https://pdf.divineapi.com/indian-api/v1/vedic-yearly-prediction-5-year' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'full_name="Rahul Kumar"' \
--form 'day="24"' \
--form 'month="05"' \
--form 'year="2023"' \
--form 'hour="14"' \
--form 'min="40"' \
--form 'sec="43"' \
--form 'gender="male"' \
--form 'place="New Delhi, India"' \
--form 'lat="28.7041"' \
--form 'lon="77.1025"' \
--form 'tzone="5.5"' \
--form 'lan="en"' \
--form 'company_name="Divine API"' \
--form 'company_url="https://divineapi.com/"' \
--form 'company_email="admin@divineapi.com"' \
--form 'company_mobile="+91 212 1212 12"' \
--form 'company_bio="Discover the best Horoscope API and Tarot API services at Divineapi.com. They offer Daily
Horoscope API for all twelve zodiac signs, along with Indian astrology services like
Panchang, Kundali, and Kundali Matching. Check out their website for more information
and enjoy accurate and engaging astrology insights for your audience!"' \
--form 'logo_url="https://divineapi.com/assets/logo.png"' \
--form 'footer_text="Divine API"'

Last updated