BodyGraph | Type & Strategy | Authority | Gates & Channels | Profile
Generate Human Design BodyGraph charts from birth data. Determine Type, Strategy, Inner Authority, defined/undefined Centers, active Gates and Channels, and Profile lines. AI-powered chart readings.
BodyGraph generation and interpretation, programmatically
Generate a complete BodyGraph from birth date, time, and location. Returns all 9 Centers, 64 Gates, 36 Channels, Type, Strategy, and Authority.
/v2/divination/humandesign/chart
Identify one of 5 Types (Generator, Manifesting Generator, Manifestor, Projector, Reflector) with correct Strategy and signature theme.
/v2/divination/humandesign/type
Determine the decision-making authority: Emotional, Sacral, Splenic, Ego, Self-Projected, Mental/Environmental, or Lunar.
/v2/divination/humandesign/authority
9 Centers (Head, Ajna, Throat, G, Heart, Sacral, Solar Plexus, Spleen, Root) with defined/undefined/open status and implications.
/v2/divination/humandesign/centers
64 Gates mapped to I Ching hexagrams and 36 Channels connecting Centers. Conscious (personality) and unconscious (design) activations.
/v2/divination/humandesign/gates
Vedika AI reads your Human Design chart in natural language. Personalized insights about your Type, Strategy, and unique design.
/v2/divination/humandesign/interpret
curl -X POST https://api.vedika.io/v2/divination/humandesign/chart \
-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/divination/humandesign/chart',
{
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();
console.log(data.type); // "Generator"
console.log(data.authority); // "Sacral"
console.log(data.profile); // "3/5"
All endpoints included in every plan.
BodyGraph. Type. Authority. Gates. Plans from $12/month.