Create video scenes
post/video/{video_id}/scenes/
Path parameters
video_idstring required
Example:m-12345
Request body
Example request
{
"scene_type": "shot",
"callback_url": "https://webhook.example.com/callback"
}Response
Scene creation started
Example response
{
"success": true,
"status": "processing",
"data": {
"id": "job-123",
"output_url": "https://api.videodb.io/async-response/job-123"
}
}