Skip to main content
POST/v1/numerology/business-name

Business Name Numerology (JSON body)

Same analysis as GET /v1/numerology/business-name for clients that send a JSON body (e.g. MCP): { "name": "..." }.

Request parameters

namerequired
string
Business name to analyse

Response fields

success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
data.input
string
data.input_type
string
data.expression_number
integer
data.single_digit
integer
data.is_master
boolean
data.theme
string
data.favourable_for
array[string]
data.caution
string
data.harmony_score
integer

Errors

Missing or invalid API key.
Upstream ephemeris service error.
API key tier does not include this endpoint.
Unexpected server error.
Too many requests in a short window.
Request body exceeds the size limit.
Referenced resource was not found.
Request body failed schema validation.