Get video scenes
get/video/{video_id}/scenes/
Path parameters
video_idstring required
Example:m-12345
Response
List of scenes
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"
}
]
}