Assessment Platform Overview
Eka Care’s Assessment Platform empowers healthcare providers with AI-driven health assessments. Simply configure your workflow, and our platform will guide patients through intelligent questionnaires to provide tailored health insights.🎯 What is the Assessment Platform?
The Assessment Platform is an AI-powered health assessment tool that evaluates patients through dynamic, intelligent questionnaires. It supports symptom check, risk and general assessments.🛠️ Integration Products
The Assessment Platform offers 3 different ways to integrate health assessments into your workflow:1. 🎨 Web SDK
Pre-built UI components for web applications What it is: Ready-to-use JavaScript SDK with built-in UI componentsWho it’s for: Web applications wanting quick integration with minimal coding How it works:
- Include SDK script → Initialize with config → Render assessment UI
- Pre-built responsive UI
- Handles all API calls automatically
2. 📦 Backend SDKs
Pre-built libraries for server-side integration What it is: Ready-to-use code libraries for backend servicesWho it’s for: Applications needing server-side assessment management Available SDKs:
- Python SDK - For Python/Django/Flask applications
- Import SDK → Call simple methods → Get assessment results
- Handles authentication and response formatting automatically
3. 🌐 REST APIs
Direct API access for custom integrations What it is: Raw HTTP endpoints that you call directlyWho it’s for: Advanced developers, microservices, or any programming language not covered by SDKs How it works:
- Initialize assessment → Start assessment → Continue with responses → Submit final answer
- Full control over the process
- Works with any programming language

