Internal Diabolocom

Release notes for Diabolocom internal staff

Subscribe to updates
© 2025 Internal Diabolocom
Oct 29, 2024

New private API to track an existing AI enterprise account current period usage

A new private API is now available for Diabolocom internal stakeholders to track an existing AI Enterprise account current period usage (snapshot of the usage for the current month).

For a Diabolocom Customer, that has an existing AI Enterprise Account, there is an internal need to have :

  • The current period usage (OPTIONAL : a specific month usage)
  • The current period usage limits (warning and blocked usage thresholds) and email addresses that are receiving warning email notifications

API use by Project Manager / Account Manager

This API has the following features :

  • Tracking of AI Solution existing account (Enterprise plan) usage for the current period (beginning of current month - now) or for a specific month (using queryparamter date=yyyy-mm-dd e.g. api/diabolocom/account-usage?account_id={{aiAccountUUID}}&date=2024-11-30)
    - Usage metrics : Duration of audio transcribed (in seconds), Duration of audio analyzed (in seconds), Number of text tokens used
    - An additional indicator : Number of audio files analyzed, corresponding to the number of transcription or transcription-to-ai-insight task jobs created for the period (e.g. if an audio file is corresponding to a call recording, then it's the number of calls for which a transcription or transcription+analysis tasks are initiated).
  • Tracking of the configured AI account usage limits :
    - Warning usage thresholds (per metric)
    - Blocked usage thresholds (per metric)
    - Email addresses that are notified by email when a warning/blocked usage threshold is reached.

Check the Clickup documentation for this new private API

Check the Clickup documentation for the overview of all available private APIs (Internal Use Only)

Example request of new private API (no warning or blocked usage thresholds)
Example request of new private API (multiple warning and blocked usage thresholds + 2 recipients for warning email notifications)