NEW10 Endpoints | BodyGraph | 5 Types | 9 Centers | FREE Sandbox

Human Design API

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.

FREE Sandbox
Full BodyGraph Data
Plans from $12/mo

Complete Human Design System via API

BodyGraph generation and interpretation, programmatically

BodyGraph Generation

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

Type & Strategy

Identify one of 5 Types (Generator, Manifesting Generator, Manifestor, Projector, Reflector) with correct Strategy and signature theme.

/v2/divination/humandesign/type

Inner Authority

Determine the decision-making authority: Emotional, Sacral, Splenic, Ego, Self-Projected, Mental/Environmental, or Lunar.

/v2/divination/humandesign/authority

Centers Analysis

9 Centers (Head, Ajna, Throat, G, Heart, Sacral, Solar Plexus, Spleen, Root) with defined/undefined/open status and implications.

/v2/divination/humandesign/centers

Gates & Channels

64 Gates mapped to I Ching hexagrams and 36 Channels connecting Centers. Conscious (personality) and unconscious (design) activations.

/v2/divination/humandesign/gates

AI Interpretation

Vedika AI reads your Human Design chart in natural language. Personalized insights about your Type, Strategy, and unique design.

/v2/divination/humandesign/interpret

Simple Integration

cURL - BodyGraph Chart
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"
  }'
JavaScript
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"

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 Human Design Apps

BodyGraph. Type. Authority. Gates. Plans from $12/month.