Save the video & get an open link (client-render handoff)
neuron_studio_savePersist a ProjectDoc and get back an openUrl. Opening it drops the video into the Studio in the user's browser, where 'Export MP4' renders CLIENT-SIDE (on their machine, no server render cost). Use this for the hybrid flow: build with neuron_studio_apply/agent, then save and hand the user the link. Use neuron_studio_render instead only for headless/unattended server renders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | Yes | The ProjectDoc to save. | |
| name | No | A title for the saved video (default 'AI video'). |