v1

latestOpenAPI 3.1.02026-07-24650272.2 KB
API Endpoints

Image Analytics

This endpoint help you get analytics data.

post/image/analytics

Request body

metricsstring[] required

Define the metric you need the data for, currently we support "bandwidth_consumption", "requests_count","status_4xx","status_5xx","avg_response_time""

Response

200

Example response

{
  "top_assets": [
    {
      "collection_id": "<COLLECTION_ID>",
      "asset_id": "<ASSET_ID>",
      "units": 162870,
      "collection_name": "<COLLECTION_NAME>"
    }
  ]
}