Skip to main content
GET
Get video scenes
Retrieve a previously extracted scene collection by its ID.
  • Scene collection IDs follow the pattern sc- prefix
  • Returns SceneCollection containing multiple Scene objects
  • Each scene includes all extracted frames with URLs
  • Frames are ordered and can be displayed as galleries
  • Use scene IDs or frame IDs to get specific elements

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

List of scenes

success
boolean
Example:

true

data
object[]