Quick Integrations


Invox Dictation SDK offers a set of web components that allows you to integrate all the available functionality in an agile and simple way.

These components are available in the libs/integrations/ folder of the SDK.

All components are now available as named exports directly from the npm package. Import them alongside the main INVOX API:

import INVOX, {
  BarComponent,
  DictionaryDialog,
  TemplatesDialog,
  TransformationsDialog,
  IntelligentFormattingDialog,
  QualityReviewDialog,
  AutoFillTemplatesDialog,
} from "@invox-medical-npm/invox-dictation";

Component styles are injected automatically at runtime — no separate CSS imports are needed.

Available components

ComponentDescription
Dictation BarFull-featured dictation toolbar with login, dictation controls, and microphone feedback
DictionaryModal window for managing the user's custom word dictionary
TemplatesModal window for managing and inserting text templates
TransformationsModal window for managing text transformations (abbreviations)