Make a video (AI + render)
neuron_studio_makeOne-shot: build/edit a video from a prompt AND start the MP4 render. Returns the ProjectDoc, the edits, and a render job — poll it with neuron_studio_render_status until status is 'completed' to get the outputUrl. Great for 'make me a 20s TikTok reel about X'. Requires a Pro+ plan.
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). |