A new release is deployed for AI Core API on March 24, 2025 (3:00 PM UTC).
Release name : ai-core-api-2025.3.3
Release scope : AI Core API (Web Backend of AI App)
Release date : March 24, 2025 (3:00 PM UTC)
Release platform(s) : Production
Release content :
FEATURE : Added integration of RAG system for Agent Assist with Engage Private API / Document Manager and Knowledge Master
FEATURE : Added integration with the configuration synchronization service for Agent Assist
LEGACY : Deleted the feature toggle of the previous release to show transcript as soon as it is available and job_status to phone call attributes as it is fully functional in prod
The Public API documentation link is also available in AI App home page and AI models pages.
Description :
Parameters required for API use
Endpoints and requests description
Query parameters
Request headers
Request body type and content parameters
Response body type and content parameters
Example requests
(1) Audio -> Dedicated for audio streams
(A) Endpoints description
api/job/tasks | form-data -> Run AI task based on audio (form-data payload) : Relevant for Standalone use case (audio file import)
api/job/tasks | json -> Run AI task based on audio (json payload) : Relevant for Public API Integration with Diabolocom CCaaS (voice) (for performing AI analyses on existing transcription job)
A new release is deployed for AI CDN Frontend on March 17, 2025 (4:00 PM UTC).
Release name : ai-cdn-2025.3.1
Release scope : AI CDN Frontend
Release repository : ai-components
Release date : March 17, 2025 (4:00 PM UTC)
Release platform(s) : Production
Web Components details :
Component : ai-details-pane
Version : 0.0.6
Release content :
FEATURE : Implemented a polling system for the ai-insights web component when the job status is queued or transcript-available. The system will retry requests every 30 seconds for up to 2 minutes 30 seconds to improve responsiveness
FEATURE : Integrated the job_status attribute from ai-core-api to manage ai-insights web component status updates and display handling. The supported statuses include :
A new release is deployed for AI App Frontend on March 17, 2025 (4:00 PM UTC).
Release name : ai-app-front-2025.3.1
Release scope : AI App Frontend
Release date : March 17, 2025 (4:00 PM UTC)
Release platform(s) : Production
Release content :
FEATURE : Implemented a CDN for web components to enhance performance and scalability
FIX : Improved handling of large audio files on the model page
LEGACY : Removed the agents_performances_enabled boolean flag, replacing it with a feature toggle: agents-performances (for display use), now provided by ai-core-api