Hello,
I am working on integrating voice biometrics authentication. The goal is to capture 5 seconds of the caller's voice, save it as a WAV file, and send it to an external API for authentication.
The goal is for this to be transparent for the customer: he arrives in the IVR, starts chatting with the agent or voicebot and the IVR captures 5s of customer registration.
However, the /api/v2/conversations/{conversationID}/recordingmetadata API only authorizes the creation of a recording URL once the interaction has ended.
Is there any way to generate a downloadable audio file or AWS link of an audio segment belonging to an ongoing interaction?
Thanks for your help,
Sincerely,