Skip to main content
PATCH
Update scene collection
Update the scenes within an existing scene collection. Use this to modify scene boundaries or descriptions.
  • The scenes array is required and replaces the existing scenes in the collection
  • Each scene object should include the scene boundaries and optional description

Get Scene Collection

Retrieve scene collection details

Delete Scene Collection

Remove a scene collection

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"

Body

application/json
scenes
object[]
required

Response

200 - application/json

Scene collection updated

success
boolean
Example:

true

message
string
Example:

"Operation successful"