Vedic Yearly Prediction 15 Year

Illuminate your journey with astrological clarity using our 'Vedic Yearly Prediction 15 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-15-year

Vedic Yearly Prediction 15 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 -X POST \
  https://pdf.divineapi.com/indian-api/v1/vedic-yearly-prediction-15-year \
  -H 'authorization: Bearer {Your API Access Token}' \
  -H 'cache-control: no-cache' \
  -H 'content-type: application/json' \
  -F api_key={Your API Key}
  -F full_name='Rahul Kumar' \
  -F place='New Delhi, India' \
  -F gender='male' \
  -F day=24 \
  -F month=05 \
  -F year=2023 \
  -F hour=14 \
  -F min=40 \
  -F sec=43 \
  -F lat=28.7041 \
  -F lon=77.1025 \
  -F tzone=5.5 \
  

Last updated