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

Family Reading

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

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

POST/face-reading/family
Copy
1curl --location 'https://vision.astrologyapi.com/face-reading/family' \
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    "family_orientation": "The balanced jaw and rounded chin suggest a stable, grounded approach to family life, with a moderate and steady commitment to domestic harmony.",
5    "roots_and_elders": "Information regarding the Parents Palace is limited, suggesting a neutral or independent relationship with ancestral roots.",
6    "children_palace_reading": "The smooth under-eye area indicates a calm and harmonious energy toward younger generations, suggesting a lack of friction and a peaceful bond with children.",
7    "siblings_and_close_circle": "Medium, straight, and neat-flowing eyebrows point toward balanced, reliable, and orderly relationships with siblings and close peers.",
8    "home_environment": "With symmetrical cheeks and a balanced support palace, they likely cultivate a home environment characterized by stability, fairness, and emotional equilibrium.",
9    "summary": "The individual possesses a balanced facial structure that suggests a stable and harmonious domestic life. They are likely to maintain orderly relationships with peers and a peaceful connection with the younger generation."
10  }
11}

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