Welcome to the Iara Javascript SDK
The Javascript implementation of the Iara Speech SDK allows you to integrate Iara's voice recognition in your web application quickly and easily.
Use the sidebar to search a specific topic regarding the SDK. Below, you can find information on integrating and using the SDK in your application.
IMPORTANT! To use the SDK in your application, you will need the (userId
eapiToken
) credentials of the Iara API. Write to contato@iarahealth.com to get your login details.
Quick integration and use guide
To use Iara's speech recognition you depend on two main components:
- The Iara Speech SDK (javascript)
- Iara's local service(ALS) needs to be running on each of your user's computers.
See the instructions for quick use or the links of section overview in the menu in order to an rapid integration of Iara. If you have already integrated Iara and want to know about its functionalities, see about Speech Recognition, Events or Initialization in the section Functioning.
Authentication with the Iara API
All SDK features rely on authenticating with the Iara API. See the section Authentication (Iara API) to know how to authenticate yourself.
Examples of use (codes)
Codes speak more than documentation. The section Examples (codes) contains descriptions and links to various examples of using the Iara SDK.