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

Wisdom Reading

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

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

POST/face-reading/wisdom
Copy
1curl --location 'https://vision.astrologyapi.com/face-reading/wisdom' \
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    "thinking_style": "Pragmatic and grounded; the low, rounded forehead indicates a mind that favors immediate application and practical results over abstract theorizing.",
5    "intuition_vs_logic": "A harmonious balance; the smooth Yin Tang suggests openness to intuition, while the almond-shaped eyes provide a logical, observant filter.",
6    "perception": "Deeply observant and measured; the calm Shen brightness and clear whites indicate a high capacity for reading situations without being clouded by emotional bias.",
7    "learning_style": "Experiential and auditory; mid-set ears with well-formed rims suggest a strong ability to listen and absorb information, while the forehead indicates learning through doing.",
8    "mental_clarity": "High stability; the smooth-bright condition of the Yin Tang suggests a mind free from chronic congestion or mental turmoil, allowing for clear decision-making.",
9    "life_lessons": [
10      "Developing long-term vision and strategic patience to balance the immediate focus of the low forehead.",
11      "Cultivating deeper emotional openness to complement the detached, observant nature of the eyes."
12    ],
13    "summary": "A mind characterized by practical intelligence and a serene, observant nature. They possess the rare ability to remain mentally clear under pressure, processing the world through a lens of grounded realism and attentive listening."
14  }
15}

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 wisdom 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.