Get video scene index status
get/video/{video_id}/index/scene/
Path parameters
video_idstring required
Example:m-12345
Response
Scene index status
Example response
{
"success": true,
"status": "done",
"data": {
"scene_count": 25,
"total_duration": 120.5
}
}