Overview
Creates a new video project that serves as a container for chapters and video content.Parameters
Project name (1-30 characters)
Optional project description (max 1000 characters)
Returns
Returns the created project with its unique ID.Example Usage
In Claude
CreateVideoProject tool and respond with the project details.
Direct Tool Call
Response
Common Use Cases
Starting a new video
Starting a new video
Organizing multiple videos
Organizing multiple videos
Project with specific settings
Project with specific settings
Next Steps
After creating a project:- Use AddChapter to add chapters
- Use AddVideoPrompt to create content
- Use ExportProject to get the final video
REST API Equivalent
This tool calls:POST /api/v1/projects
See the Create Project API documentation for more details.