https://vision.astrologyapi.com/face-reading/familyx-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/family' \
--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": {
"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.",
"roots_and_elders": "Information regarding the Parents Palace is limited, suggesting a neutral or independent relationship with ancestral roots.",
"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.",
"siblings_and_close_circle": "Medium, straight, and neat-flowing eyebrows point toward balanced, reliable, and orderly relationships with siblings and close peers.",
"home_environment": "With symmetrical cheeks and a balanced support palace, they likely cultivate a home environment characterized by stability, fairness, and emotional equilibrium.",
"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."
}
}