https://vision.astrologyapi.com/face-reading/wealthx-astrologyapi-keystringrequiredAPI access token used to authenticate requests. Send your access token in this custom header.
Accept-LanguagestringPreferred language for the response content. Supported: English - en.
face_idstringrequiredUnique face reading ID returned by get-face-id
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"
}'
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."
}
}