Introduction
Take a look at our Docs and API Reference to learn how to use DUIX!
Developer Portal
The first interface that speaks our language. CVI is multimodal and understands and uses facial expressions, body language, and has natural conversational awareness including interrupts and turn-taking.
Contact Us
The world’s fastest interface of its kind, with SLAs as fast as under 1s latency utterance-to-utterance.
Getting started
Prerequisites and how to get help
All plans, even free plans, have access to API (application programming interface), allowing you to use our technology and all its functions programmatically through code. APIs are the basic components that applications that use DUIX or any other service rely on.
In this section, we’ll provide a fairly concise overview of how to create our first DUIX session using the API to make a request to the endpoint.
It is worth noting that the website is only the front end of the API. Therefore, if you experience a session demo or call the API directly with code, there should be no difference in quality or output under the same settings. However, it is still non-deterministic, so the delivery of the generated output may vary.
The session duration is required for the API call to connect to the session. Therefore, if you have 25 minutes of conversation duration in your account, and you create a session, you need to consume the corresponding conversation duration when using the API to call the session. For your convenience, you can go first.Purchase plan, or you can use the free quota to verify the process first.
Given the breadth of APIs and the almost limitless possibilities, we’ll do a very quick overview and show some examples so you can get up and running quickly.