cURL
curl --request PATCH \ --url https://api.videodb.io/video/{video_id}/scenes/{scene_collection_id}/ \ --header 'Content-Type: application/json' \ --header 'x-access-token: <api-key>' \ --data ' { "scenes": [ {} ] } '
{ "success": true, "message": "Operation successful" }
Update scenes within a scene collection
scenes
API key for authentication (sk-xxx format)
"m-12345"
"sc-12345"
Scene collection updated
true
"Operation successful"