Ayurvedic Prakriti | Chakra Analysis | Medical Indicators | Wellness Timing
Bridge astrology and wellness. Determine Ayurvedic constitution from birth chart, map chakra energies to planetary positions, identify medical astrology indicators, and find optimal wellness timing. For wellness and Ayurveda platforms. Not medical advice.
Ancient wellness wisdom, structured as JSON
Determine Vata, Pitta, Kapha constitution from birth chart. Dominant dosha, secondary dosha, and balancing recommendations from planetary positions.
/v2/health/ayurveda/prakritiMap the 7 primary chakras to planetary positions. Identify overactive, balanced, and underactive chakras based on chart analysis.
/v2/health/chakra/analysisHealth indicators from the 6th and 8th houses, afflicted planets, and sign-body part associations. Traditional medical astrology analysis.
/v2/health/medical/indicatorsZodiac sign to body area associations (Aries=head, Taurus=throat, etc.) with planetary affliction analysis for vulnerable areas.
/v2/health/body/mappingOptimal timing for health activities based on planetary transits and dasha periods. Surgery timing, diet changes, exercise periods.
/v2/health/timingVedika AI provides personalized wellness guidance combining astrological analysis with Ayurvedic principles. Not medical advice.
/v2/health/guidanceDisclaimer: Health Astrology endpoints provide traditional astrological and Ayurvedic perspectives. They are NOT medical advice and should not replace consultation with qualified healthcare professionals.
curl -X POST https://api.vedika.io/v2/health/ayurveda/prakriti \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-15", "time": "10:30:00",
"latitude": 28.6139, "longitude": 77.2090,
"timezone": "Asia/Kolkata"
}'const res = await fetch(
'https://api.vedika.io/v2/health/chakra/analysis',
{
method: 'POST',
headers: {
'Authorization': 'Bearer your_api_key',
'Content-Type': 'application/json'
},
body: JSON.stringify({
date: '1990-05-15', time: '10:30:00',
latitude: 28.6139, longitude: 77.2090,
timezone: 'Asia/Kolkata'
})
}
);
const { data } = await res.json();
// data.chakras[0] = { name: "Root",
// status: "balanced", planet: "Saturn" }All endpoints included in every plan.
Ayurveda. Chakra. Medical astrology. Plans from $12/month.