A new Diabolocom AI public API is now available and ready-to-use to analyze audio streams !
The "Reason For Contact"
AI Insight identifies and extracts the main reason for contact, from an
input set of possible reasons. It also provides a comprehensive
reasoning of the customer's needs.
By understanding the main needs
expressed by the client, businesses can better tailor their services and
responses to improve customer satisfaction and operational efficiency.
After being deployed for text streams, this model is now available to handle audio streams (Public API). It allows to have an AI-generated classification of contact center calls !
The private API to update an existing AI enterprise account has evolved to include the following changes :
New request payload parameters (optional, required together), to enhance update capabilities (useful to unify the use of QM and AI App, to unify the use of API integration and native integration)
diabolocom_account_id : ID of Diabolocom CCaaS Account in case of Diabolocom native integration
diabolocom_account_uuid : UUID of Diabolocom CCaaS Account in case of Diabolocom native integration
The private API to identify an existing AI enterprise account, has evolved to include the following changes :
New request payload parameters, to enhance identification capabilities
Identifying an AI account using AI account ID (UUID) -> account_id
Identifying an AI account using Diabolocom CCaaS account ID and UUID (useful to unify the use of QM and AI App, to unify the use of API integration and native integration) -> diabolocom_account_idand diabolocom_account_uuid
Additional response payload parameters :
diabolocom_account_uuid : UUID of Diabolocom CCaaS Account in case of Diabolocom native integration
ccaas_platform : Platform of Diabolocom CCaaS Account in case of Diabolocom native integration or API integration
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
A new public API feature (AI App) is now allowing API integration with Diabolocom CCaaS.
New API request parameter diabolocom_call_id (String) is introduced to match Diabolocom Call ID
Dedicated behavior is performed for DIabolocom Call recording access, among with call details retrieval, and their storage in AI task results and AI phone call metadata
Explore AI Public API documentation for more details :
Sample use case : Public API integration within Diabolocom CCaaS scenario
Public API integration within Diabolocom CCaaS scenario - Custom scenario setupPublic API integration within Diabolocom CCaaS scenario - Webservices block setup
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 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