Build / edit a video (AI)
neuron_studio_agentBuild a new video or edit an existing one from a natural-language instruction. Returns the updated ProjectDoc plus the list of edits made. Pass the returned doc back in to keep iterating, or to neuron_studio_render to produce an MP4. Does NOT render.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | No | An existing Studio ProjectDoc to edit. Omit to start a fresh video. | |
| model | No | Override the studio model id (else the org/default is used). | |
| platform | No | Canvas size for a NEW video (default instagram-story 9:16). Use tiktok/instagram-story for a reel. | |
| instruction | Yes | Plain-English description of the video to build or the edit to make. | |
| durationSeconds | No | Length of a NEW blank video in seconds (default 5). |