---
title: "Personality (vedic)"
method: POST
path: "/numerology/vedic/personality"
tags: ["Numerology: Vedic"]
---

# Personality (vedic)

`POST /numerology/vedic/personality`

Calculate the Personality number from the consonants of the full birth name. Numerology: Vedic system.

## Request body

- NumerologyNameDate
  - `name` string, required
  - `date` string, required

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `system` string, nullable
    - `name` string, nullable
    - `date` string, nullable
    - `personality` object, nullable
      - `raw` number, nullable
      - `reduced` number, nullable
      - `isMaster` boolean, nullable
      - `steps` number[], nullable
      - `meaning` object, nullable
        - `number` number, nullable
        - `archetype` string, nullable
        - `strengths` string[], nullable
        - `shortRead` string, nullable

## Other responses

- `400` — Validation error
- `401` — Missing or invalid API key

---

[API](https://skmtc.net/astroway/apis/astroway-calculation-api.md) · [All operations](https://skmtc.net/astroway/apis/astroway-calculation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astroway/astroway-calculation-api/revisions/529d7d36d7d6/schema)
