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

Request Body

{
    "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