POST /v1/palmistry/analyze
Palmistry (Hast Rekha Shastra) analysis from real photos. Code measures what a photo actually supports — hand detection, hand- shape geometry, finger ratios, mount shading, and a line/mark identification pass — with an honest confidence per finding rather than one blanket score. A line or mark below the confidence floor is reported absent rather than guessed. The raw photo is processed and discarded; only this structured result is returned.
curl https://api.grahaapi.com/v1/palmistry/analyze -H "Authorization: Bearer sk-test-your-key"
Test keys (sk-test-…) are free and unlimited, and return the exact production response structure computed from a fixed sample chart. The response is JSON: {"success": true, "data": {…}, "meta": {…}} with Hindi + English strings, computed on the Lahiri ayanamsa.
Get a free API key Try it in the playground