🌍 Astrocartography API and ✋ Palmistry API are now live. Ship them in your app today.Get Started

Career Reading

POSThttps://vision.astrologyapi.com/face-reading/career
Copy

Generates a career reading from the stored face-reading features.

POST/face-reading/career
Copy
1curl --location 'https://vision.astrologyapi.com/face-reading/career' \
2  --header 'Content-Type: application/json' \
3  --header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
4  --data '{
5    "face_id": "c48d0b80-1d49-4af8-8c05-e778b3d7a00f"
6}'
7
200Response
Copy
1{
2  "status": true,
3  "data": {
4    "career_temperament": "A pragmatic and grounded worker who relies on steady execution rather than abstract theory, blending a smooth, bright focus with balanced drive.",
5    "natural_strengths": [
6      "Consistent execution and clarity (smooth-bright forehead)",
7      "Collaborative planning and social harmony (neat-flowing eyebrows)"
8    ],
9    "suited_directions": "Operational management, logistics, or fields requiring long-term stability and tangible results, as indicated by the dominant lower court and balanced cheekbones.",
10    "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.",
11    "career_timing": {
12      "early": "Potential for a slower start or a period of learning and adaptation due to the short upper court.",
13      "peak": "A period of stability and balanced growth where professional identity is solidified (balanced middle court).",
14      "later": "Significant growth in influence, wealth, and legacy, as the dominant lower court suggests peak success in the later stages of life."
15    },
16    "growth_tip": "Focus on expanding your strategic vision and long-term planning to compensate for the low forehead height.",
17    "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."
18  }
19}

Request Headers

x-astrologyapi-key

string

required

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

Accept-Language

string

Preferred language for the response content

Properties

English - en

Request Body (JSON)

face_id

string

required

Unique face reading ID returned by get-face-id

Request Description

Get a career category reading for a previously scanned face.

Errors

400
Bad Request

Something is wrong with your request format or parameters.

401
Unauthorized

Your API key is missing or invalid.

403
Forbidden

You don't have permission to access this specific resource.

404
Not Found

The API endpoint you're trying to reach doesn't exist.

500
Internal Server Error

Our server is having a temporary glitch.