Documentation Index
Fetch the complete documentation index at: https://docs.medera.info/llms.txt
Use this file to discover all available pages before exploring further.
wss://api.medera.ai/transcribe is a stateless dictation WebSocket for clinical editors.
Why stateless
No session is required. No transcript is persisted server-side. The endpoint is designed for clinical editor dictation where the editor owns the text.Configuration
Events
| Event | Schema |
|---|---|
interim | { text } |
final | { text } |
command | { command, args } |