Integrate the SDK

Integrate the SDK

Once your form exists and your workspace has an API key, the SDK is how your software talks to Speechineer. You add one package to your frontend, create a client once, and open a session for each form your users fill: the session listens to the microphone and hands you the recognized values keyed by your field ids — your own form keeps its state, and Speechineer never touches your DOM.

In this section