Docs

Storage breakdown by video

Returns the largest completed videos by stored bytes for the organization. Requires the `analytics:read` scope.

Returns the largest completed videos by stored bytes for the organization. Requires the analytics:read scope.

GET
/v1/analytics/storage-breakdown

Authorization

BearerAuth
AuthorizationBearer <token>

Pass the raw API key as a Bearer token (Authorization: Bearer <key>). Publishable keys start with mvi_pub_ (playback-scoped). Other prefixes denote private/admin keys for general REST routes. GET /v1/embeds/{embedId}/playback accepts publishable keys only.

In: header

Response Body

application/json

application/json

curl -X GET "https://api.moviie.ai/v1/analytics/storage-breakdown"
{
  "items": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "title": "string",
      "storage_size": "104857600"
    }
  ]
}
{
  "error": "Resource not found",
  "code": "NOT_FOUND"
}