Settings
API
Every screen here has a JSON equivalent, and finished books expose a divination endpoint you can build an app on:
GET /api/health
GET /api/traditions
POST /api/books/generate {"title":"...","tradition":"tarot","num_answers":200}
GET /api/books/status/<job_id>
GET /api/books/stream/<job_id> (SSE)
GET /api/books/<id>/entries
GET /api/books/<id>/ask ← opens the book at random
GET /api/books/<id>/download?format=pdf|docx|epub