Medical LyDian API Documentation

Enterprise Healthcare AI Platform - Mayo Clinic Integration

Real-time Processing
HIPAA Compliant
Multi-language Support
Mayo Clinic Powered

Quick Start Guide

Get started with Medical LyDian API in minutes. Our RESTful API provides access to advanced medical AI capabilities, Mayo Clinic clinical protocols, and comprehensive healthcare analytics.

1. Get API Key
Contact us to receive your enterprise API key for immediate access
2. Make Request
Send HTTP requests to our secure endpoints
3. Get Results
Receive AI-powered medical insights instantly
cURL
curl -X POST https://ailydian.com/api/medical/chat \ -H "Content-Type: application/json" \ -H "X-API-Key: YOUR_API_KEY" \ -d '{"message": "Patient with chest pain", "specialty": "cardiology"}'

Medical AI Chat API PRO

Advanced AI-powered medical consultation system. Provides real-time medical insights across 50+ specialties with comprehensive patient context analysis.

POST /api/medical/chat

Engage in intelligent medical consultations with multi-model AI that understands context, medical history, and provides evidence-based recommendations.

Parameter Type Required Description
message string Required Patient symptoms or medical query
specialty string Optional Medical specialty (cardiology, oncology, etc.)
language string Optional Response language (default: en)
patientContext object Optional Patient medical history and demographics
JSON Request
{ "message": "55-year-old male with chest pain radiating to left arm", "specialty": "cardiology", "language": "en", "patientContext": { "age": 55, "sex": "male", "medicalHistory": ["hypertension", "diabetes"], "currentMedications": ["metformin", "lisinopril"] } }

Mayo Clinic CDSS API Mayo Clinic New

Clinical Decision Support System powered by Mayo Clinic's 26 petabyte dataset. Access evidence-based protocols, diagnostic criteria, and treatment guidelines from world-renowned medical experts.

POST /api/medical/mayo-clinic-protocols

Leverage Mayo Clinic's comprehensive clinical knowledge base for accurate diagnosis, risk assessment, and personalized treatment planning.

Parameter Type Required Description
symptoms array Required List of patient symptoms
vitalSigns object Optional Blood pressure, heart rate, temperature, etc.
labResults object Optional Laboratory test results
medicalHistory array Optional Patient's medical history
specialty string Required cardiovascular, oncology, neurology, etc.
JSON Request
{ "symptoms": ["chest pain", "shortness of breath", "diaphoresis"], "vitalSigns": { "systolic": 145, "diastolic": 95, "heartRate": 95, "temperature": 37.2, "respiratoryRate": 20 }, "labResults": { "troponin": 0.8, "bnp": 450, "creatinine": 1.2 }, "medicalHistory": ["hypertension", "hyperlipidemia", "smoking"], "specialty": "cardiovascular" }

Cancer Diagnosis API PRO

AI-powered cancer risk assessment and diagnosis using advanced image analysis and TCIA (The Cancer Imaging Archive) data integration.

POST /api/medical/cancer-diagnosis

Analyze medical images, patient symptoms, and clinical data to provide comprehensive cancer risk assessments.

JSON Request
{ "patientAge": 58, "patientSex": "male", "symptoms": "persistent cough, weight loss, hemoptysis", "riskFactors": ["smoking history", "family history"], "images": ["base64_encoded_ct_scan", "base64_encoded_xray"], "imagingType": "CT chest with contrast" }

System Status & Health Check

Monitor API availability, performance metrics, and system capabilities in real-time.

GET /api/medical/mayo-clinic-protocols

Retrieve current system status, uptime, and available features.

JSON Response
{ "status": "operational", "uptime": "99.98%", "latency": "145ms", "capabilities": { "mayoClinicCDSS": true, "medicalAI": true, "cancerDiagnosis": true, "multiLanguage": true } }

Authentication & Security

All API requests require authentication using API keys. We implement enterprise-grade security with HIPAA compliance.

API Key Authentication
Secure token-based authentication for all endpoints
HIPAA Compliant
Full compliance with healthcare data regulations
End-to-End Encryption
All data encrypted in transit and at rest
Authentication Header
X-API-Key: your_api_key_here Content-Type: application/json

To obtain an API key: Contact us at api@lydian.medical

Platform Features

Advanced AI Models
Specialized medical AI with context-aware analysis
Mayo Clinic Protocols
26PB dataset with clinical guidelines and protocols
Multi-language Support
Support for 50+ languages with medical terminology
Real-time Processing
Sub-second response times for critical decisions
Analytics Dashboard
Comprehensive usage analytics and insights
Image Analysis
CT, MRI, X-ray analysis with TCIA integration

Support & Resources

Our dedicated support team is here to help you integrate and optimize Medical LyDian API.

API Support
Medical Dashboard