cURL
curl --request GET \ --url https://api.videodb.io/video/{video_id}/scenes/{scene_collection_id}/ \ --header 'x-access-token: <api-key>'
{ "success": true, "data": { "id": "sc-12345", "scenes": [ { "scene_id": "<string>", "start": 123, "end": 123, "description": "<string>" } ] } }
Retrieve details of a specific scene collection
offset
limit
sc-
API key for authentication (sk-xxx format)
"m-12345"
"sc-12345"
0
100
Scene collection details
true
Show child attributes