🌍 Astrocartography API and ✋ Palmistry API are now live. Ship them in your app today.Get Started

Wealth Reading

POSThttps://vision.astrologyapi.com/face-reading/wealth
Copy

Generates a wealth reading from the stored face-reading features.

POST/face-reading/wealth
Copy
1curl --location 'https://vision.astrologyapi.com/face-reading/wealth' \
2  --header 'Content-Type: application/json' \
3  --header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
4  --data '{
5    "face_id": "c48d0b80-1d49-4af8-8c05-e778b3d7a00f"
6}'
7
200Response
Copy
1{
2  "status": true,
3  "data": {
4    "wealth_temperament": "Balanced and steady; the rounded tip of the Wealth Star suggests a natural affinity for attracting resources without excessive aggression.",
5    "earning_style": "Consistent and methodical, leveraging a rounded wealth star and balanced cheekbones to generate income through stability rather than high-risk ventures.",
6    "saving_vs_spending": "Moderate; the moderate width of the wealth palace wings suggests a balanced approach to expenditure, neither overly frugal nor excessively lavish.",
7    "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.",
8    "prosperity_timing": {
9      "early_life": "Moderate start; mid-set ears and a low forehead suggest a period of learning and gradual foundation building.",
10      "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.",
11      "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."
12    },
13    "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.",
14    "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."
15  }
16}

Request Headers

x-astrologyapi-key

string

required

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

Accept-Language

string

Preferred language for the response content

Properties

English - en

Request Body (JSON)

face_id

string

required

Unique face reading ID returned by get-face-id

Request Description

Get a wealth category reading for a previously scanned face.

Errors

400
Bad Request

Something is wrong with your request format or parameters.

401
Unauthorized

Your API key is missing or invalid.

403
Forbidden

You don't have permission to access this specific resource.

404
Not Found

The API endpoint you're trying to reach doesn't exist.

500
Internal Server Error

Our server is having a temporary glitch.