v5

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

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"
    }
  ]
}