Quick Start
Test the API with a simple cURL command:
curl -X POST https://wellness-demo.pages.dev/api/chat \
-H "Content-Type: application/json" \
-d '{"messages":[{"role":"user","content":"Hello"}],"mode":"education"}'Base URL
https://wellness-demo.pages.devEndpoints
Built with Next.js + Cloudflare Pages