Skip to main content
GET
Get scene collection details
Retrieve the details and scenes within a specific scene collection, including scene timestamps and descriptions.
  • Use offset and limit parameters for pagination
  • Scene collection IDs start with sc-
  • Each scene includes start/end timestamps and optional descriptions

Update Scene Collection

Modify scene data

Extract Scenes

Extract scenes from video

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_collection_id
string
required
Example:

"sc-12345"

Query Parameters

offset
integer
Example:

0

limit
integer
Example:

100

Response

200 - application/json

Scene collection details

success
boolean
Example:

true

data
object