AI assistants
A language model cannot calculate a chart; it can explain one. Call the API and let the model explain the result.
- The facts:
POST /v1/kundli(2 credits),POST /v1/dasha/vimshottari/current(2 credits) andPOST /v1/kundli/yogas(2 credits) give the placements and periods to cite. - Conventions:
GET /v1/meta/conventions(0 credits) states the ayanamsa, node and sunrise definitions, so answers stay consistent. - Places:
GET /v1/places/search(1 credit) resolves what the user typed; a place we cannot find is an error, never a guess.
Everything is described in our OpenAPI spec and in llms.txt, so coding assistants can wire it up.