---
title: "Create video scene index"
method: POST
path: "/video/{video_id}/index/scene/"
---

# Create video scene index

`POST /video/{video_id}/index/scene/`

## Path parameters

- `video_id` string, required

## Request body

- object
  - `scene_type` 'shot' | 'time_based'
  - `segmentation_threshold` number
  - `callback_url` string

## Response `200`

Scene index creation started

- AsyncResponse
  - `success` boolean
  - `status` 'processing' | 'done' | 'failed'
  - `data` object
    - `id` string
    - `output_url` string

---

[API](https://skmtc.net/video-db/apis/videodb-server-api.md) · [All operations](https://skmtc.net/video-db/apis/videodb-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/video-db/videodb-server-api/versions/21b1d1d3eae8/schema)
