add_page
Append a page to the project — works on any project, turning a single-page video into a multi-page one. Without duplicate_index a blank page is appended, sized to the project's canvas. With duplicate_index the page at that position is deep-copied (a fresh id is minted). There is no limit on page count. The new page becomes the active page; its index is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional name for the new page. | |
| projectId | Yes | Opaque project id (a v4 UUID, from list_projects/create_project). Selects which existing project this call mutates. | |
| duplicate_index | No | Optional. 0-based index of an existing page to deep-copy instead of appending a blank one. |