palm_id to call this API.
How to get Palm ID β
palm_id. These can include marks such as stars, crosses, squares, triangles, circles, and other notable formations. marks from broader unique_traits. A mark can include both its type and location, such as a star on the Mount of Jupiter, while unique traits can describe a notable line characteristic. https://vision.astrologyapi.com/palmistry/special-featuresx-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/special-features' \
--header 'Content-Type: application/json' \
--header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
--data '{
"palm_id": "c48d0b00-1d49-4af8-8c05-e778b3d7a00f"
}'
Runs with sample data β no API key needed
{
"status": true,
"data": {
"marks": [
{
"type": "star",
"location": "mount of jupiter"
}
],
"unique_traits": [
"deep set heart line"
]
}
}