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.

POST /api/clinical/chunk

Body

{
  "session_id": "ses_abc",
  "audio_data": "<base64 PCM>",
  "text": "optional text chunk"
}
Local Whisper (base model) is the default with OpenAI Whisper API as fallback.