voiceit

VoiceIt API 1.0 Python Wrapper


Keywords
biometrics
License
GPL-3.0
Install
pip install voiceit==1.0.0

Documentation

VoiceIt Python wrapper

A Wrapper for using the VoiceIt Rest API. Updated to be used with python3

Installation

First make sure you have the Requests library installed. Install from PyPi using pip, a package manager for Python.

pip3 install requests

Setup

Then simply download the VoiceIt Python Library and drop it in your project folder.

Usage

Then initialize a VoiceIt Object like this with your own developerId

from VoiceIt import *
myVoiceIt = VoiceIt("1d6361f81f3047ca8b0c0332ac0fb17d")

Finally use all other API Calls as documented on the VoiceIt API Documentation page.