Skip to main content
GET
Get video scene index status
Retrieve all scene indexes created for a video.
  • Returns all scene indexes associated with a video
  • Each index contains metadata including ID, name, and creation status
  • Scene indexes allow different indexing strategies for the same video
  • Use returned IDs to retrieve specific index details or delete indexes

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

video_id
string
required
Pattern: ^m-
Example:

"m-12345"

Response

200 - application/json

Scene index status

success
boolean
Example:

true

status
enum<string>
Available options:
done,
processing,
failed
Example:

"done"

data
object