AI Solutions

Diabolocom AI Solutions - Release Notes
Access AI Solutions app
Explore Public API documentation

Subscribe to updates
© 2025 AI Solutions
Jul 16, 2024

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.

Sample API request transcript-to-ai-insight without parameter keep_audio_after_analysis
Call library interface - no audio stored to be loaded (no audio player)

When the parameter is set to "1", then after transcription, the audio is stored and, thus can be fetched in Call library interface.

Sample API request transcript-to-ai-insight without parameter keep_audio_after_analysis = "1"
Call library interface - audio stored and played