NEW8 Endpoints | Ayurveda | Chakra | Medical Astrology | FREE Sandbox

Health Astrology API

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.

FREE Sandbox
Ayurveda + Astrology
Plans from $12/mo

Health & Wellness Intelligence via API

Ancient wellness wisdom, structured as JSON

Ayurvedic Prakriti

Determine Vata, Pitta, Kapha constitution from birth chart. Dominant dosha, secondary dosha, and balancing recommendations from planetary positions.

/v2/health/ayurveda/prakriti

Chakra Energy Analysis

Map the 7 primary chakras to planetary positions. Identify overactive, balanced, and underactive chakras based on chart analysis.

/v2/health/chakra/analysis

Medical Astrology

Health indicators from the 6th and 8th houses, afflicted planets, and sign-body part associations. Traditional medical astrology analysis.

/v2/health/medical/indicators

Body Area Mapping

Zodiac sign to body area associations (Aries=head, Taurus=throat, etc.) with planetary affliction analysis for vulnerable areas.

/v2/health/body/mapping

Wellness Timing

Optimal timing for health activities based on planetary transits and dasha periods. Surgery timing, diet changes, exercise periods.

/v2/health/timing

AI Wellness Guidance

Vedika AI provides personalized wellness guidance combining astrological analysis with Ayurvedic principles. Not medical advice.

/v2/health/guidance

Disclaimer: Health Astrology endpoints provide traditional astrological and Ayurvedic perspectives. They are NOT medical advice and should not replace consultation with qualified healthcare professionals.

Simple Integration

cURL - Ayurvedic Prakriti
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"
  }'
JavaScript - Chakra Analysis
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" }

Pricing

All endpoints included in every plan.

Starter

$12/mo
Get Started
POPULAR

Pro

$60/mo
Get Started

Business

$120/mo
Get Started

Enterprise

$240/mo
Contact Sales

Build Health & Wellness Apps

Ayurveda. Chakra. Medical astrology. Plans from $12/month.