API library for Voices.az

v1.1.3 2024-05-02 11:25 UTC

This package is not auto-updated.

Last update: 2025-04-18 14:20:00 UTC


README

Latest Version

Installation

From the command line run

$ composer require voices-az/api

Once VoicesAPI is installed you need initialize with API Key. Sign up or login for go to cabinet on Voices.az and get API Key for authentication.

VoicesAi::initialize("{api_key}");

For setting locale (Azerbaijani - az, English - en, Russian - ru)

VoicesAi::setLocale("{language_key}");