Skip to main content

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

{
  "type": "configure",
  "language": "en-US",
  "punctuation": "smart",
  "commands": ["new_paragraph", "next_section", "period", "comma"],
  "interim_results": true
}

Events

EventSchema
interim{ text }
final{ text }
command{ command, args }