Get video scene index status

get/video/{video_id}/index/scene/

Path parameters

video_idstring required
Example:m-12345

Response

Scene index status

successboolean
status'done' | 'processing' | 'failed'

Example response

{
  "success": true,
  "status": "done",
  "data": {
    "scene_count": 25,
    "total_duration": 120.5
  }
}

Changes

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