{
"timeline": {
"duration_seconds": 15.2,
"aspect_ratio": "16:9",
"craft": null,
"scenes": [
{
"id": "scene_001",
"ref": "a1b2c3d4",
"position": 0,
"duration": 4.0,
"description": "Opening shot of the product",
"image_url": "https://...",
"video_url": "https://...",
"video_model": "kling-3.0",
"image_model": "nano-banana-pro",
"prompt": "Opening shot of the product on a clean background...",
"volume": 1,
"fade_in": 0.5,
"fade_out": null
}
],
"audio": {
"voiceover": {
"url": "https://...",
"duration": 12.5,
"voice": "Isabella",
"voice_id": "voice_001",
"language": "en",
"script": "Your voiceover script here..."
},
"music": {
"url": "https://...",
"duration": 15.2,
"genre": "ambient",
"mood": "warm",
"bpm": 72,
"role": "background",
"instrumental": true
},
"tracks": [
{
"id": "track_001",
"type": "voiceover",
"url": "https://...",
"duration": 12.5,
"volume": 100,
"start_time": 0.5,
"name": "Main narration",
"voice": "Isabella",
"voice_id": "voice_001",
"language": "en",
"script": "Your voiceover script here..."
}
]
},
"overlays": [
{
"id": "text-0",
"type": "text",
"content": "Your Brand",
"start_time": 12.0,
"duration": 3.0,
"position": "bottom-center",
"font_size": 48,
"color": "#FFFFFF",
"background_color": "rgba(0,0,0,0.5)"
}
],
"captions": {
"enabled": true,
"preset": "clean"
}
}
}