https://vision.astrologyapi.com/face-reading/mask-outline-imageReturns a processed face image URL with mask outline data and detected traits for a previously scanned face.
1{
2 "status": true,
3 "message": "success",
4 "data": {
5 "processed_image_url": "https://sample-image.jpg",
6 "traits": {
7 "confidence": {
8 "score": 65,
9 "note": "steady gaze suggests a quiet self assurance"
10 },
11 "energy": {
12 "score": 40,
13 "note": "relaxed posture and neutral expression show low energy"
14 },
15 "calmness": {
16 "score": 85,
17 "note": "very composed and serene facial features"
18 },
19 "happiness": {
20 "score": 30,
21 "note": "neutral mouth with no visible smile"
22 },
23 "approachability": {
24 "score": 60,
25 "note": "soft eyes make the subject seem open"
26 }
27 }
28 }
29}x-astrologyapi-keystring
requiredAPI Access Token to authenticate requests. Send your access token in this custom header.
Accept-Languagestring
Preferred language for the response content
Properties
face_idstring
requiredUnique face reading ID returned by get-face-id
Something is wrong with your request format or parameters.
Your API key is missing or invalid.
You don't have permission to access this specific resource.
The API endpoint you're trying to reach doesn't exist.
Our server is having a temporary glitch.