Skip to content

voiceittech/voiceit3-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

162 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Test Dependabot Version License: MIT Platform VoiceIt API

A Java wrapper for VoiceIt's API 3.0 featuring Voice + Face Verification and Identification.

Installation

Add as a dependency via Maven:

<dependency>
  <groupId>com.github.voiceittech</groupId>
  <artifactId>voiceit3-java</artifactId>
  <version>3.0.0</version>
</dependency>

Or clone directly:

git clone https://github.com/voiceittech/voiceit3-java.git

Getting Started

Sign up at voiceit.io/pricing to get your API Key and Token, then log in to the Dashboard to manage your account.

API Key and Token

API Calls

You can visit our HTTP API 3.0 Documentation for detailed information on each API call.

Support

If you find this SDK useful, please consider giving it a star on GitHub — it helps others discover the project!

GitHub stars

License

voiceit3-java is available under the MIT license. See the LICENSE file for more info.