Create project
create_projectCreate a project. The description (the video concept/topic) seeds script generation, so write a meaningful one. Pass video_format='portrait' for a vertical video — every shot, overlay, and the export are then composed for a 9:16 frame. The response's web_url is the project's page in the web app — share it so the user can follow along.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Project title shown in the app | |
| channel_id | Yes | ID of the channel to create the project in, from list_channels or create_channel | |
| description | No | The video concept/topic; seeds script generation, so make it specific and meaningful | |
| video_format | No | Output frame shape: 'landscape' (16:9, the default — YouTube and long-form) or 'portrait' (9:16 — Shorts, Reels, TikTok). Fixed once the storyboard is generated, so pick it up front. | landscape |