πŸ•°οΈ 15+ Muhurta APIs and βœ‹ Palmistry API are now live. Ship them in your app today.

Cheeks And Cheekbones

You must provide a valid face_id to call this API. How to get Face ID β†’
Cheeks and Cheekbones API examines the structure and visible balance of the cheek area. It describes how prominent, full, defined, or balanced these regions appear in the stored face analysis.

In traditional face reading, the cheeks and cheekbones are often connected with support, authority, confidence, social presence, and the way a person carries responsibility. The API keeps these observations separate from the jaw and face shape so each region can be interpreted with more precision.

Its data contributes to readings such as career, family, personality, relationships, and social standing.
POSThttps://vision.astrologyapi.com/face-reading/cheeks-and-cheekbones

Authentication

x-astrologyapi-keystringrequired

API access token used to authenticate requests. Send your access token in this custom header.

Accept-Languagestring

Preferred language for the response content. Supported: English - en.

Body parameters

face_idstringrequired

Unique face reading ID returned by get-face-id

Fetch cheeks and cheekbones details for a stored face reading.
curl --location 'https://vision.astrologyapi.com/face-reading/cheeks-and-cheekbones' \
  --header 'Content-Type: application/json' \
  --header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
  --data '{
    "face_id": "c48d0b80-1d49-4af8-8c05-e778b3d7a00f"
}'
Try it

Runs with sample data β€” no API key needed

{
  "status": true,
  "data": {
    "cheek_flesh": "moderate",
    "cheekbones_quan": "balanced",
    "symmetry": "symmetrical"
  }
}