Weblink Document

Introduction

Turant Weblink is a way to test the process of registartion and verification. By clicking on the link shown i.e. Buy API -> My Subscription, for that particular service, you can test the link.

Register Voice Sample

For registration, at first we have to fill the name and the mobile number, for this two voice samples will be taken.

We have to record our first audio sample by speaking the mobile number you have entered and after that second audio sample in the same manner.

If the audio is recognized correctly it will be the case of successful registration or for failure case you have to try again with the whole process one more time.

{{ App\Models\Document::WL_REG_SUCCESS_RESPONSE }}
{{ App\Models\Document::WL_REG_FAILURE_RESPONSE }}

Verify Voice Sample

For verification, at first we have to fill the name and the mobile number, it has to be same as what you have used for registration.

Here, we will only take one round of voice sample for processing.

We have to record our first audio sample by speaking the mobile number that you have entered.

If your voice sample matches with the registration samples, it will be the case of successful verification. In case of failure, you have to try again for verification.

{{ App\Models\Document::WL_VER_SUCCESS_RESPONSE }}
{{ App\Models\Document::WL_VER_FAILURE_RESPONSE }}
@include('_partials.footer')