Skip to main content
GET
Get scene index details
Retrieve all scene records from a specific scene index including descriptions and visual embeddings.
  • Returns list of scene records with AI-generated descriptions
  • Each record includes start/end timestamps and visual embeddings
  • Scene IDs follow the pattern sc- prefix
  • Can be used to search for specific scenes by description
  • Useful for creating visual navigation interfaces

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"

scene_index_id
string
required
Example:

"scene-idx-12345"

Response

200 - application/json

Scene index details

success
boolean
Example:

true

data
object