πŸ•°οΈ 15+ Muhurta APIs and βœ‹ Palmistry API are now live. Ship them in your app today.

Wealth Reading

You must provide a valid face_id to call this API. How to get Face ID β†’
Wealth Reading API interprets the stored facial observations in relation to resources, money habits, financial stability, accumulation, and traditional wealth indicators. Features such as the nose and its Wealth Palace areas can contribute to this category together with other structural observations.

The API converts those stored indicators into a dedicated financial reading rather than returning only raw facial details. This keeps the wealth interpretation separate from Career Reading, because professional direction and financial-resource patterns are treated as different themes.
POSThttps://vision.astrologyapi.com/face-reading/wealth

Authentication

x-astrologyapi-keystringrequired

API access token used to authenticate requests. Send your access token in this custom header.

Accept-Languagestring

Preferred language for the response content. Supported: English - en.

Body parameters

face_idstringrequired

Unique face reading ID returned by get-face-id

Get a wealth category reading for a previously scanned face.
curl --location 'https://vision.astrologyapi.com/face-reading/wealth' \
  --header 'Content-Type: application/json' \
  --header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
  --data '{
    "face_id": "c48d0b80-1d49-4af8-8c05-e778b3d7a00f"
}'
Try it

Runs with sample data β€” no API key needed

{
  "status": true,
  "data": {
    "wealth_temperament": "Balanced and steady; the rounded tip of the Wealth Star suggests a natural affinity for attracting resources without excessive aggression.",
    "earning_style": "Consistent and methodical, leveraging a rounded wealth star and balanced cheekbones to generate income through stability rather than high-risk ventures.",
    "saving_vs_spending": "Moderate; the moderate width of the wealth palace wings suggests a balanced approach to expenditure, neither overly frugal nor excessively lavish.",
    "ability_to_hold_wealth": "Strong; the symmetrical cheekbones (Quan) and balanced jaw provide the necessary structural support for the nose, indicating an ability to retain what is earned.",
    "prosperity_timing": {
      "early_life": "Moderate start; mid-set ears and a low forehead suggest a period of learning and gradual foundation building.",
      "mid_life": "Stable growth; the combination of a rounded nose tip and balanced cheekbones favors a period of steady accumulation during the prime earning years.",
      "later_life": "Secure; the rounded chin and balanced support palace in the lower cheeks point toward a comfortable and stable asset base in the senior years."
    },
    "growth_tip": "Given the low forehead (Career Palace), focus on disciplined long-term planning and structured systems to maximize the natural earning power of the nose.",
    "summary": "The subject possesses a harmonious wealth pattern where the nose is well-supported by the cheekbones and chin. This indicates a life of steady financial progression and the capacity to maintain stability into later years."
  }
}