Generate storyboard
generate_storyboardPlan the full visual storyboard: segments, shot pacing, image/video prompts, overlays, continuation chains — driven by the channel's director and art styles. Requires voiceover to exist (timing comes from it). Plans generated stills + real media only (real media requires the style's @real-media tag); generated video is added per segment after the images render, with animate_segment. Async — returns {job_id}; this is the longest LLM step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model ID to plan with; empty uses the default (see list_models("storyboard")) | |
| settings | No | Model-specific settings; valid keys come from the model's settings_schema in list_models("storyboard") | |
| project_id | Yes | Project ID, as returned by create_project or list_projects | |
| editable_sections | No | Per-call prompt section overrides, keyed by section name; see get_section_template("storyboard") |