Talismos is the API platform for divination software — astrology live today, tarot and numerology next. From zero to your first natal chart in minutes, with a context endpoint ready to feed an LLM.
POST /v1/birth-chart { "planets": [ { "key": "sun", "sign": "Libra", "degree_in_sign": "16° 56' 06\"", "house": 8, "retrograde": false } ], "angles": { "ascendant": { "sign": "Aquarius" } } }
Validated calculation, a clean JSON contract, and an endpoint designed for generative AI — the same foundation every future Talismos system will share.
Moshier engine tested against a known reference chart — no surprises with your first customer.
Every chart returns the same predictable shape — planets, houses, angles, and aspects, no guesswork.
chart-context returns the chart already formatted as text and markdown, ready to become a prompt.
See your usage in real time on the dashboard — no surprises on the invoice.
Start for free. Upgrade only when you need more volume.
Talismos is an API platform for divination software. Today it calculates natal charts using the Moshier engine and returns JSON with planets, houses, and aspects — the first of several systems the platform will support.
Not yet — astrology is live today. Tarot, numerology, and the Maya calendar (Kin) are next on the roadmap, using the same account and API key.
No. You send birth date, time, and location, and get back the full natal chart already calculated as JSON.
Every planet and point includes both a human-readable sign name (e.g. Libra, Aquarius) and a stable machine key (sign_key) for filtering and logic.
Yes. The /v1/chart-context endpoint returns the natal chart already formatted as text and markdown, ready to become an LLM prompt's context.
There's a free plan with 100 calls per month. Paid plans (Maker and Pro) raise your monthly call limit.