ChatMed Documentation
Everything you need to integrate ChatMed into your application
Welcome to the ChatMed developer documentation. This guide covers everything you need to integrate the ChatMed medical AI API into your application.
- Authentication — API key-based authentication with Bearer tokens
- Chat Endpoint — POST /api/v1/chat — Send medical queries, receive AI responses
- Voice Endpoint — Real-time voice medical consultation via WebSocket
- Health Memory — Persistent health context across sessions
- Emergency Detection — Automatic triage classification
- Python SDK — pip install chatmed
- JavaScript SDK — npm install @chatmed/sdk