https://vision.astrologyapi.com/palmistry/marriagex-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/marriage' \
--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": {
"marriage": {
"timing_indicators": "A clear single marriage line suggests a significant committed relationship in the mid-to-late twenties",
"quality_outlook": "Stable and harmonious, built on mutual trust",
"partnership_notes": [
"Strong Venus mount indicates affectionate, supportive partnerships",
"Clear line quality suggests few major disruptions"
]
}
}
}