- Javascript
- React
Initialize the SDK
Initialize the Suki SDK in your application by providing your partner ID, partner token, provider name, and provider organization ID. This step is crucial as it sets up the connection between your application and the Suki Platform. Initialization should be done once, typically in your app’s entry point. This authenticates your app and prepares it to use Suki features.- Javascript
- React
Import the SDK and call the
initialize
function with your API key. This should be done in your main application file (e.g., index.js
or app.js
)main.js
Mount the SDK UI
After initializing the SDK, you can mount the Suki UI into your application using an encounter object. This object provides patient context for ambient documentation and transcription.- Javascript
- React
main.js