Get Detailed Usage Metrics

Get detailed usage metrics for a specified period

Query parameters:

  • start the start date in DD-MM-YYYY format(mandatory)
  • end the end date in DD-MM-YYYY format(optional)

If end date is not provided then the period is up to the current date

Example of a successful response

This endpoint returns a detailed count of feature usage on the API. The response is exemplified below.

{
    "image_predictions_started": 15,
    "image_predictions_finished": 15,
    "image_aois_detected": 5,
    "image_aois_calculated": 3,
    "videos_created": 5,
    "vast_videos_created": 1,
    "video_predictions_started": 5,
    "video_predictions_finished": 5,
    "video_scenes_detected": 1,
    "video_aois_detected": 2,
    "static_video_aois_calculation": 1,
    "objectives_detected": 10,
    "llm_insights_generated": 7
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!