https://vision.astrologyapi.com/palmistry/careerx-astrologyapi-keystringrequiredAPI access token used to authenticate requests. Send your access token in this custom header.
Accept-LanguagestringPreferred language for the response content. Supported: English - en.
palm_idstringrequiredUnique palm reading ID returned by get-palm-id
curl --location 'https://vision.astrologyapi.com/palmistry/career' \
--header 'Content-Type: application/json' \
--header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
--data '{
"palm_id": "c48d0b80-1d49-4af8-8c05-e778b3d7a00f"
}'
Runs with sample data — no API key needed
{
"status": true,
"data": {
"career": {
"career_direction": "entrepreneurship - strong, independent fate line rising from the wrist",
"professional_strengths": [
"Natural leadership (well-developed Jupiter mount)",
"Practical execution (square hand, Earth element)",
"Disciplined and reliable (deep, straight head line)",
"Resilience under pressure",
"Good with structured, long-term goals"
],
"suitable_professions": [
"Business owner / founder",
"Operations manager",
"Engineer",
"Architect",
"Financial planner",
"Civil services",
"Real estate"
],
"growth_advice": "Lean into long-term ventures; avoid frequent career switches."
}
}
}