Introduction
The query APIs are how your website or product integrates with the Voysis AI platform.
Overview
Before sending audio to the Voysis AI to be processed, you must first create entities called Conversations and Queries.
The basic principle is that you first create a conversation, then create an audio query and send the audio you want the Voysis AI to processes. After you receive the results, you can create another audio query and send more audio. All audio queries in the same conversation are treating in context with each other; previous queries can affect current queries.
The General Concepts section describes what a conversation and query are, and how they are related.
APIs
There are currently 3 ways to integrate with the Voysis Query APIs:
- JavaScript Library - the easiest way to integrate Voysis into your website.
- REST API - low level access to the Voysis APIs over standard HTTP.
- WebSocket API - WebSocket version of the REST API, with additional streaming features not available over REST.
Updated over 7 years ago