
Welcome to the MediSync API
MediSync is a medical AI platform for clinical documentation. Our APIs let you integrate AI-powered medical transcription, clinical note generation, and clinical-system interoperability into your own applications and workflows. The platform exposes three APIs:Dashboard API
The REST API for appointments, recordings, transcriptions, and AI-generated clinical notes and documents.
Speech API
Real-time speech-to-text over a single authenticated WebSocket, with word-level timings and optional speaker separation.
Connect API
MediSync Connect — standards-based interoperability with hospital (KIS) and practice (PVS/EHR) systems.
Key features
AI-Powered Clinical Notes
Generate structured clinical notes from appointment transcriptions using medical AI.
Real-time Transcription
Live audio transcription with word-level timings and optional speaker separation.
Appointment Workflow
Manage the full appointment lifecycle, from planning to AI-generated documentation.
Clinical-System Interoperability
Exchange patient context and clinical documentation with KIS/PVS systems over open standards (FHIR R4, SMART on FHIR, HL7 CDA).
Document Management
Upload, store, and manage clinical documents alongside each appointment.
Secure by design
JWT-authenticated APIs and GDPR-aligned handling of clinical data.
Base URLs
Dashboard API (REST):
https://app.medisync.me/api/Speech API (WebSocket): wss://speech.medisync.me/api/v2/ws/transcribe?token=<JWT>Get started
Quickstart
Authenticate and run your first appointment-to-notes workflow.
Authentication
Learn about JWT authentication and how to obtain a token.
