Skip to main content

Overview

Adds a new chapter to an existing video project. Chapters are segments of your video with individual content and duration.

Parameters

string
required
The project ID (e.g., prj_abc123xyz)
string
required
Chapter name (1-30 characters)
number
Optional duration in seconds (must be positive integer)

Returns

Returns the created chapter with its unique ID.

Example Usage

In Claude

Direct Tool Call

Response

Common Use Cases

Next Steps

After adding chapters:

REST API Equivalent

This tool calls: POST /api/v1/projects/{projectId}/chapters See the Create Chapter API documentation for more details.