Get usage metrics

Returns the processed images and videos for a specified period.

  • 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 usage count is up to the current date

Example of a successful response

This endpoint returns a basic count of predicted media, which looks like below:

{
  "image_count": 29,
  "video_count": 7
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!