https://vision.astrologyapi.com/face-reading/luckx-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/luck' \
--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": {
"overall_fortune": "The overall flow of luck is positive and harmonious, supported by a healthy qi luster and strong facial symmetry, suggesting a life of relative stability and balanced energy.",
"fortune_gate": "The smooth and bright Yin Tang indicates an open gate of fortune, suggesting that opportunities flow naturally and luck is readily accessible without excessive struggle.",
"life_stages": {
"early_life": "The short upper court suggests a period of rapid growth or a youth where fortune was modest or required more effort to establish.",
"mid_life": "The balanced middle court indicates a period of steady progress, stability, and a harmonious integration of professional and personal life.",
"later_life": "The long lower court points toward a prosperous and fulfilling later life, suggesting that fortune accumulates and peaks in the senior years."
},
"auspicious_marks": [
{
"location": "earring on right ear lobe",
"meaning": "Adornments on the ear lobes are often associated with an increase in social status, wealth, and the ability to listen to wise counsel."
}
],
"peak_periods": "Later life (51+), as the dominant lower court suggests the strongest accumulation of wealth and stability.",
"lucky_strengths": [
"Openness to opportunity due to a bright Life Palace",
"Strong late-life resilience and prosperity from a developed lower court"
],
"summary": "The subject's fortune follows an ascending trajectory, moving from a modest youth toward a highly prosperous and stable later life. With an open gate of fortune and healthy qi, they are well-positioned to attract success through a balanced and harmonious life flow."
}
}