Get video scenes

get/video/{video_id}/scenes/

Path parameters

video_idstring required
Example:m-12345

Response

List of scenes

successboolean

Example response

{
  "success": true,
  "data": [
    {
      "scene_id": "scene-123",
      "start_time": 10.5,
      "end_time": 25.3,
      "description": "Scene description",
      "thumbnail_url": "https://assets.videodb.io/scene/123.jpg"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 5 revisions of this API.