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

Chin And Jaw

You must provide a valid face_id to call this API. How to get Face ID β†’
Chin and Jaw API analyses the lower facial structure, including the form of the chin and the strength or balance of the jawline. This area gives the system a clear view of the lower part of the face rather than mixing it with the complete face shape.

Traditional face-reading systems often associate the lower face with grounding, persistence, maturity, later-life tendencies, stability, and family orientation. The detected chin and jaw characteristics therefore become useful source features for several category readings.

This API supports personality, family, marriage, career, stability, and long-term tendency interpretations.
POSThttps://vision.astrologyapi.com/face-reading/chin-and-jaw

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 chin and jaw details for a stored face reading.
curl --location 'https://vision.astrologyapi.com/face-reading/chin-and-jaw' \
  --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": {
    "chin_shape": "rounded",
    "chin_prominence": "moderate",
    "jaw": "balanced",
    "support_palace_lower_cheeks": "balanced"
  }
}