🌍 Astrocartography API, 🔷 Human Design API and ✋ Palmistry API are now live. Ship them in your app today.

Career Reading

Generates a career reading from the stored face-reading features.
POSThttps://vision.astrologyapi.com/face-reading/career

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

curl --location 'https://vision.astrologyapi.com/face-reading/career' \
  --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": {
    "career_temperament": "A pragmatic and grounded worker who relies on steady execution rather than abstract theory, blending a smooth, bright focus with balanced drive.",
    "natural_strengths": [
      "Consistent execution and clarity (smooth-bright forehead)",
      "Collaborative planning and social harmony (neat-flowing eyebrows)"
    ],
    "suited_directions": "Operational management, logistics, or fields requiring long-term stability and tangible results, as indicated by the dominant lower court and balanced cheekbones.",
    "authority_and_leadership": "Possesses a stable, supportive form of authority; leadership is not forced but grows into a reliable presence that others trust, supported by a balanced jaw and symmetrical cheekbones.",
    "career_timing": {
      "early": "Potential for a slower start or a period of learning and adaptation due to the short upper court.",
      "peak": "A period of stability and balanced growth where professional identity is solidified (balanced middle court).",
      "later": "Significant growth in influence, wealth, and legacy, as the dominant lower court suggests peak success in the later stages of life."
    },
    "growth_tip": "Focus on expanding your strategic vision and long-term planning to compensate for the low forehead height.",
    "summary": "This individual is a 'late bloomer' whose career trajectory trends upward toward a powerful and stable conclusion. While early years may be modest, their balanced drive and strong lower court ensure a legacy of authority and endurance."
  }
}