/v1/auth/whoamiAuth · Whoami API
Diagnostic — confirms the Bearer token is recognized by the chat service.
About the engine
Part of the AI Astrologer engine
A conversational layer over the astrology engine. Every response is anchored in a deterministic chart context — not a generic chatbot — and gated by a defense-in-depth safety layer that intercepts medical, financial, and self-harm prompts. Multi-turn memory, tone + confidence labels, and structured remedies on every reply.
Request
Try it from the command line
curl https://api.astronode.dev/v1/auth/whoami \
-H 'Authorization: Bearer aie_test_YOUR_KEY_HERE'All AstroNode endpoints require a bearer token from your dashboard. Test keys (`aie_test_*`) are free up to 100 calls/month.
Response
What you get back
Every AstroNode response uses the same envelope:request_id,data (the endpoint-specific payload),interpretation (optional narrative block), andmeta (engine version + computed_at timestamp). The exact data schema for GET /v1/auth/whoami is published in the OpenAPI 3.1 spec under /docs.
Engine highlights
What the AI Astrologer engine ships
- Bounded reasoning — every reply grounded in the user's deterministic chart context
- Multi-turn memory keyed on caller-owned `conversation_id`
- Defense-in-depth safety layer on input + output (medical / financial / self-harm)
- Structured `practices` array on every response (planet, kind, summary)
- Tone (supportive | reflective | grounded | calm | neutral) and confidence (low | moderate | high) labels
- Optional `partner` block triggers compatibility-aware reasoning
Related endpoints
Other AI Astrologer endpoints
Ready to call GET /v1/auth/whoami?
Free tier covers 100 requests / month. Razorpay-billed, GST-compliant invoices when you upgrade.
Informational, not predictive. Not medical, legal, or financial advice.