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

Health Reading

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

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

POST/face-reading/health
Copy
1curl --location 'https://vision.astrologyapi.com/face-reading/health' \
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    "vitality_overview": "The calm brightness of the Shen in the eyes combined with a healthy luster in the complexion suggests a steady, balanced flow of life energy and a well-rested spirit.",
5    "constitution": "A medium, unbroken Health Palace on the nose bridge paired with well-formed ears indicates a naturally stable constitution and a resilient physical foundation.",
6    "energy_pattern": "Energy is most concentrated and strong in the overall complexion and eye clarity, while the soft definition of the Ren Zhong suggests a gentle, flowing life force that benefits from mindful pacing.",
7    "dosha_tendency": {
8      "primary": "Kapha",
9      "meaning": "The rounded features, smooth skin, and calm expression suggest a grounding, stable nature with a tendency toward endurance and emotional steadiness."
10    },
11    "gentle_recommendations": [
12      "Incorporate invigorating movement to maintain the natural flow of Qi.",
13      "Prioritize consistent sleep routines to support the existing calm clarity of the eyes."
14    ],
15    "disclaimer": "This is a traditional holistic interpretation for reflection only and is not medical advice. For any health concern, please consult a qualified professional.",
16    "summary": "You possess a harmonious and stable energy profile, reflecting a balanced inner state. Your features suggest a sturdy constitution that is well-supported by a calm and observant mind."
17  }
18}

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