Soul Urge Number
POST
/api/numerology/soul-urge
Calculate the Soul Urge (Heart's Desire) Number from vowels in the name. This number reveals your inner motivations.
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
TypeAPI Key (header: X-Api-Key)
Request Body
application/json
JSON
{
"fullName": "string"
}
Responses
Soul Urge number calculation
application/vnd.api+json
JSON
{
"data": {
"value": 0,
"isMasterNumber": true,
"isKarmicDebt": true,
"reducedFrom": 0,
"calculation": "string"
}
}