{"endpoint":"/api/chat","description":"Public chat endpoint backed by Anthropic Claude. Send conversation messages and get a reply from Klava — the on-site avatar of Klavdiya Bolshakova (London-based full-stack engineer specialising in LLM search optimisation and AI integration).","methods":["GET","POST","OPTIONS"],"model":"claude-sonnet-4-5","persona":"Klava — full-stack engineer · AI integration · LLM search optimisation","request_schema":{"method":"POST","content_type":"application/json","body":{"messages":[{"role":"'user' | 'assistant'","content":"string"}]},"example":{"messages":[{"role":"user","content":"What kind of work do you do?"}]}},"response_schema":{"reply":"string"},"notes":"Maintain conversation history client-side and resend the full messages array with each request — the endpoint is stateless. For project enquiries, prefer email (like@klava.london) or WhatsApp (+44 7457 411 689).","contact":{"email":"like@klava.london","whatsapp":"https://wa.me/447457411689","website":"https://klava.london"}}