Videos
Get scene collection details
get/video/{video_id}/scenes/{scene_collection_id}/
Path parameters
video_idstring required
Example:m-12345
scene_collection_idstring required
Example:sc-12345
Query parameters
offsetinteger
limitinteger
Example:100
Response
Scene collection details
Example response
{
"success": true,
"data": {
"id": "sc-12345"
}
}