Skip to main content
A JavaScript and React library that lets clinicians fill medical forms using their voice. After processing, your app receives structured JSON through callbacks and webhooks. See the glossary entry for a short definition.Refer to the Introduction.
Form filling SDK: Embed Form filling in the browser. Suki hosts the UI and returns structured data through onSubmit and your webhook.Form filling API: Call Suki REST and WebSocket APIs from your own code without the hosted SDK. Refer to Form filling API.
Install the Form filling SDK with @suki-sdk/core:
  • JavaScript: @suki-sdk/form-filling + @suki-sdk/core
  • React: @suki-sdk/form-filling-react + @suki-sdk/core
Refer to Installation.
Dictation SDK returns free-text transcripts.Form filling SDK returns structured medical form JSON for Suki-managed templates. You must pass form_template_ids.Refer to Dictation SDK Overview.
No. Use it in a browser with a sized container and microphone access. Refer to Prerequisites.
Last modified on July 23, 2026