Introduction

The APIs are how your website or product integrates with the Voysis AI platform.

Overview

The main aim of Voysis APIs is to facilitate sending audio or text queries to its servers and return meaningful answers to them.

The basic principle is that you first create an audio query and then 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 covers the concepts Voysis uses to describe a Voice Query and the interactions with it.

API Types

Voysis provides access to a Voice AI via the following APIs
REST API - over HTTP and HTTPS
WebSocket API - over WebSocket
Both APIs have similar functionality the main difference being that WebSocket one provides VAD support.

SDKs and Libraries

To make it even easier to access its services Voysis provides a number of SDKs and libraries to help integration with specific platforms:
iOS SDK
Android SDK
JavaScript Library
Python Library