Natal Report
Get a comprehensive Natal Report with Divine API, offering personalized astrological insights, chart analysis, and life predictions based on your birth details.
Illuminate your journey with astrological clarity using our 'Natal Report' 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/astrology/v2/report
Natal Report in response
Headers
Authorization*
String
your API Access Token
eg: Bearer {token}
Request Body
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
company_name*
String
Your company name, ex: Divine API
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"
lan
String
Pdf Language en/hi, default en
{
"success": 1,
"data": {
"name": "Rahul Kumar",
"report_url": "report_url",
"download_url": "download_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/astrology/v2/report' \
--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="[email protected]"' \
--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"' \
--form 'report_code="CAREER-REPORT"' \
--form 'theme="002"'
Last updated