Career Reading

POSThttps://vision.astrologyapi.com/palmistry/career
Copy

Returns a detailed career reading derived from the fate line, sun line, Jupiter/Saturn mounts, head line and fingers.

POST/career
Copy
1curl --location 'https://vision.astrologyapi.com/palmistry/career' \
2  --header 'Content-Type: application/json' \
3  --header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
4  --data '{
5    "palm_id": "c48d0b80-1d49-4af8-8c05-e778b3d7a00f"
6}'
7
200Response
Copy
1{
2  "status": true,
3  "data": {
4    "career": {
5      "career_direction": "entrepreneurship - strong, independent fate line rising from the wrist",
6      "professional_strengths": [
7        "Natural leadership (well-developed Jupiter mount)",
8        "Practical execution (square hand, Earth element)",
9        "Disciplined and reliable (deep, straight head line)",
10        "Resilience under pressure",
11        "Good with structured, long-term goals"
12      ],
13      "suitable_professions": [
14        "Business owner / founder",
15        "Operations manager",
16        "Engineer",
17        "Architect",
18        "Financial planner",
19        "Civil services",
20        "Real estate"
21      ],
22      "growth_advice": "Lean into long-term ventures; avoid frequent career switches."
23    }
24  }
25}

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)

palm_id

string

required

Unique palm reading ID returned by get-palm-id

Request Description

Get a career category reading for a previously scanned palm.

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.