{"name":"KERN API","version":"0.1.5","endpoints":[{"path":"/","method":"GET","description":"API overview and documentation"},{"path":"/version","method":"GET","description":"Version information"},{"path":"/reduce","method":"GET","description":"Reduce text to numerology values (supports multiple inputs and ciphers)"},{"path":"/lookup/:number","method":"GET","description":"Get meaning of a single number"},{"path":"/lookup","method":"GET","description":"Get meanings of multiple numbers"},{"path":"/date","method":"GET","description":"Analyze date range with numerology"},{"path":"/spektra","method":"GET","description":"Multi-cipher spectral analysis for LLM prompt generation"},{"path":"/phase","method":"GET","description":"Calculate phase relation matrix for multiple inputs"},{"path":"/rtap","method":"GET","description":"Get RTAP (Rethinking Thoughts And Positions) prompts"}],"examples":{"lookup_all":"/lookup","reduce_all_ciphers":"/reduce?input=Test&cipher=all","reduce_debug":"/reduce?input=Wickfeld&debug=true","date_range":"/date?range=0..7&debug=true","phase_simple":"/phase?inputs=a,b","phase_multi":"/phase?inputs=a,b,c&cipher=all","rtap_single":"/rtap?part=1","spektra":"/spektra?word=Love","rtap_both":"/rtap?part=both","lookup_multi":"/lookup?numbers=1,7,11&parts=full","reduce_multi":"/reduce?input=Test,Love,Life","reduce_simple":"/reduce?input=Wickfeld","lookup_single":"/lookup/7?parts=full","reduce_cipher":"/reduce?input=Test&cipher=ord,py"}}