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

Luck Reading

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

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

POST/face-reading/luck
Copy
1curl --location 'https://vision.astrologyapi.com/face-reading/luck' \
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    "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.",
5    "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.",
6    "life_stages": {
7      "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.",
8      "mid_life": "The balanced middle court indicates a period of steady progress, stability, and a harmonious integration of professional and personal life.",
9      "later_life": "The long lower court points toward a prosperous and fulfilling later life, suggesting that fortune accumulates and peaks in the senior years."
10    },
11    "auspicious_marks": [
12      {
13        "location": "earring on right ear lobe",
14        "meaning": "Adornments on the ear lobes are often associated with an increase in social status, wealth, and the ability to listen to wise counsel."
15      }
16    ],
17    "peak_periods": "Later life (51+), as the dominant lower court suggests the strongest accumulation of wealth and stability.",
18    "lucky_strengths": [
19      "Openness to opportunity due to a bright Life Palace",
20      "Strong late-life resilience and prosperity from a developed lower court"
21    ],
22    "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."
23  }
24}

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