New parameter to store audio after AI analysis
Release 2024.7.1
After implementing Audio encryption feature, we introduce a new parameter to
transcription and transcript-to-ai-insight enabled endpoints to request for
audio to be stored long term.
The new parameter is keep_audio_after_analysis and it has two possibles values : "0" (by default) or "1".
If set to "1" (true), the audio file won't be deleted right after transcription, it will stay securely stored and might be accessed on demand and consumed in our advanced transcription web components or via API.
Check the Diabolocom AI Public API
Example of parameter impact and audio access from Call library
When the parameter is set to "0" or not used, its default value is set to "0", then after transcription, the audio is not stored and, thus cannot be fetched in Call library interface.
When the parameter is set to "1", then after transcription, the audio is stored and, thus can be fetched in Call library interface.