A C++ wrapper for VoiceIt's API 3.0 featuring Voice + Face Verification and Identification.
git clone https://github.com/voiceittech/voiceit3-cpp.gitInclude the header in your project:
#include "voiceit3.hpp"Requires libcurl: sudo apt-get install libcurl4-openssl-dev
Sign up at voiceit.io/pricing to get your API Key and Token, then log in to the Dashboard to manage your account.
You can visit our HTTP API 3.0 Documentation for detailed information on each API call.
If you find this SDK useful, please consider giving it a star on GitHub — it helps others discover the project!
voiceit3-cpp is available under the MIT license. See the LICENSE file for more info.

