Deploy HIPAA-compliant AI across medical chat, imaging analysis, video consultation, voice assistant, and health monitoring — all through one unified REST API.
# ChatMed API — Medical AI Integration import chatmed client = chatmed.Client(api_key="sk_live_••••••••") response = client.chat.message( patient_id = "pat_0a1b2c3d", message = "I have chest pain and shortness of breath", language = "en", context = {"age": 45, "history": "hypertension"} ) print(response.message) # AI medical response print(response.sources) # Clinical references print(response.latency_ms) # < 80ms P95
{ "message": "Chest pain may indicate a cardiac event. Seek emergency care now.", "severity": "HIGH", "triage": "URGENT", "sources": [ "AHA Chest Pain Guidelines", "ESC Coronary Syndromes" ], "latency_ms": 68, "model": "chatmed-v2", "hipaa_compliant": true }
A single API to power every aspect of your digital health platform.
Intelligent medical conversations powered by advanced AI. Pre-consultation interviews, symptom analysis and personalised guidance in any language.
Analyse X-rays, scans and clinical photos with advanced AI vision. Returns structured findings with confidence levels and clinical recommendations.
Full video infrastructure with waiting room management, real-time translation, AI avatar and smart scheduling. Sub-200ms latency.
Ultra-low-latency voice pipeline with AI speech recognition, natural language understanding and neural voice synthesis. Full conversation state management.
Track heart rate, sleep, weight and steps. Automated alerts, trend analysis and ML-driven personalised insights for every patient.
Firebase Auth + MongoDB, AES-256 at rest, TLS 1.3 in transit. HIPAA & GDPR ready with rate limiting, circuit breakers and audit logs.
Generate and manage API keys from your personal developer dashboard. Monitor usage in real time, set rate limits and revoke keys instantly.
50+ documented endpoints covering auth, chat, health monitoring, prescriptions, video consultations and more. Full OpenAPI 3.0 spec.
Secure API key authentication — generate and manage keys from your developer portal
Low-latency responses with intelligent caching and automatic optimisation
OpenAPI 3.0 spec — interactive documentation auto-generated for every endpoint
Built-in rate limiting and real-time usage monitoring across all your API calls
// Send a message to AI medical assistant
const response = await fetch('/api/v1/chat/message', {
method: 'POST',
headers: {
'X-API-Key': 'sk_live_your_key',
'Content-Type': 'application/json'
},
body: JSON.stringify({
message: 'Chest pain since yesterday',
language: 'en',
sessionId: 'sess_abc123'
})
});
const data = await response.json();
Every layer of ChatMed is built with compliance in mind. From encryption at rest to strict access controls, your patients' data is always protected.
Start free. Scale as you grow. Enterprise plans include HIPAA BAA and dedicated infrastructure.
Perfect for developers evaluating the platform and building prototypes.
For growing health-tech teams shipping production telemedicine apps.
Dedicated infrastructure, unlimited scale and full compliance for large healthcare organisations.
All plans include TLS 1.3 encryption, access control and 24-hour log retention. · No credit card required for Starter. · Compare all features
| Feature | Starter | Professional | Enterprise |
|---|---|---|---|
| API calls / month | 500 | 50,000 | Unlimited |
| AI Medical Chat | |||
| Medical Image Analysis | |||
| Video Consultations | 20 h/month | Unlimited | |
| Voice Assistant | |||
| Uptime SLA | — | 99.9% | 99.99% |
| HIPAA BAA | |||
| Support | Community | Priority email | 24/7 dedicated |
Create a free account, generate your API key and make your first call in under 5 minutes.