https://vision.astrologyapi.com/face-reading/mask-outline-imagex-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/mask-outline-image' \
--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,
"message": "success",
"data": {
"processed_image_url": "https://sample-image.jpg",
"traits": {
"confidence": {
"score": 65,
"note": "steady gaze suggests a quiet self assurance"
},
"energy": {
"score": 40,
"note": "relaxed posture and neutral expression show low energy"
},
"calmness": {
"score": 85,
"note": "very composed and serene facial features"
},
"happiness": {
"score": 30,
"note": "neutral mouth with no visible smile"
},
"approachability": {
"score": 60,
"note": "soft eyes make the subject seem open"
}
}
}
}