Introduction
Turant.ai Voice Verify AI solution has been developed to work on diverse languages and dialects such as those of India, with close to 20,000.
To get the hostname, you can see the section Merchant Details.
http://101.53.133.133/api/voice-registration
Errors
These are the HTTP response codes to indicate the success or failure of an API request. The code in 2xx range indicates success. The code in 4xx range indicates an error that failed. Codes in the 5xx range indicates an error from the server's end.
Register Voice Sample
Register the voice sample by using the parameters listed can help you to get success.
In the headers, we use application/json value only for the parameters accept and content-type.
{{ App\Models\ApiRequestLog::CURL }}
Register Voice Object
First sample of the audio
Second sample of the audio
Unique identifier of the merchant
Name of the merchant
Unique secret key of the merchant
This parameter is for storage. It can have two values : Yif storage is allowed and Nif storage is not allowed
Name of the service want to be used. It can have two values : fixed_digit or free_speech
Returns an object with status, message and data i.e. sent by the api.
Returns an error otherwise.
| Specification | Value |
|---|---|
| Sample Rate | 8000 |
| Audio File Type | WAV |
| Channel | Mono |
{{ App\Models\ApiRequestLog::REGISTER_OBJECT }}
{{ App\Models\ApiRequestLog::RESPONSE_SUCCESS }}
Verify Voice Sample
Verifies the voice sample by using the parameters listed can help you to get success.
In the headers, we use application/json value only for the parameters accept and content-type.
{{ App\Models\ApiRequestLog::CURL }}
Verify Voice Object
First sample of the audio
Second sample of the audio
Verification sample of the audio
Unique identifier of the merchant
Name of the merchant
Unique secret key of the merchant
This parameter is for storage. It can have two values : Yif storage is allowed and Nif storage is not allowed
Name of the service want to be used. It can have two values : fixed_digit or free_speech
Returns an object with status, message and data i.e. sent by the api.
Returns an error otherwise.
| Specification | Value |
|---|---|
| Sample Rate | 8000 |
| Audio File Type | WAV |
| Channel | Mono |
{{ App\Models\ApiRequestLog::VERIFY_OBJECT }}
{{ App\Models\ApiRequestLog::VERIFY_RESPONSE_SUCCESS }}
Merchant Details
To find the details of the merchant, you can go back to the dashboard and go to the "Credentials" section.
There you can see Merchant details with the secret key and the hostname.You can copy the secret key by clicking the clipboard icon.
Secret Key Generation
To generate the new secret key, you have to go back to the dashboard, there you can go to "Secret Key" section and can generate a new key by clicking the "Generate Key" button. You can copy the key by clicking the clipboard icon.
NOTE: After generating a new key, the old key will no longer be a valid key.
 }})
 }})
 }})