v5

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-0112516159.5 KB
Videos

Get scene collection details

get/video/{video_id}/scenes/{scene_collection_id}/

Path parameters

video_idstring required
Example:m-12345
scene_collection_idstring required
Example:sc-12345

Query parameters

offsetinteger
limitinteger
Example:100

Response

Scene collection details

successboolean

Example response

{
  "success": true,
  "data": {
    "id": "sc-12345"
  }
}