AI Solutions

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

Subscribe to updates
© 2025 AI Solutions
Dec 02, 2024

Possibility to add Original Call ID in AI public API (audio-based analysis)

It is now possible to add an original call ID in AI public API (audio-based analysis) and have it stored when requesting AI analysis status and also displayed in detailed view of performed analysis.

Public API endpoint :api/job/tasks (for audio-based AI analysis)

Request format

The original call ID can be added using the key original_call_id with a value of type String.

Example : audio-based AI analysis
The request content type is form-data
original_call_id: "49442694"

Response format

The job status API response body is in JSON format.

The original call ID is in data object such as "original_call_id": "49442694"

Display of added original call ID to the detailed view of performed analysis

The original call ID is displayed in the detailed view of performed analysis ("Analyses and reports" page).

It can be used in search filter to lookup for audio-based analyses with specific original call ID.

Screenshots

api/job/tasks (for audio-based AI analysis)

Sample request body using Public API for audio-based analysis
Sample result body using Public API for audio-based analysis
Display of added original call ID to the detailed view of performed analysis - Search by original call ID