{"name":"KERN API","version":"1.2.0","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"},{"path":"/index","method":"GET","description":"Alphabet-position lookup (A=1, B=2, ...). Cipher-independent, special characters skipped, duplicate letters deduplicated."}],"examples":{"phase_multi":"/phase?inputs=a,b,c&cipher=all","spektra":"/spektra?word=Love","reduce_cipher":"/reduce?input=Test&cipher=ord,py","index_single":"/index?input=kassel","lookup_multi":"/lookup?numbers=1,7,11&parts=full","date_range":"/date?range=0..7&debug=true","phase_simple":"/phase?inputs=a,b","lookup_all":"/lookup","reduce_all_ciphers":"/reduce?input=Test&cipher=all","reduce_multi":"/reduce?input=Test,Love,Life","lookup_single":"/lookup/7?parts=full","rtap_both":"/rtap?part=both","reduce_debug":"/reduce?input=Wickfeld&debug=true","reduce_simple":"/reduce?input=Wickfeld","index_multi":"/index?input=Wickfeld,Love","rtap_single":"/rtap?part=1"}}