Documentation Index
Fetch the complete documentation index at: https://docs.babou.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Adds a new chapter to an existing video project. Chapters are segments of your video with individual content and duration.Parameters
The project ID (e.g.,
prj_abc123xyz)Chapter name (1-30 characters)
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
Single chapter
Single chapter
Multiple chapters
Multiple chapters
Timed chapters
Timed chapters
Next Steps
After adding chapters:- Use AddPrompt to fill chapters with content
- Use ListChapters to view all chapters in the project
REST API Equivalent
This tool calls:POST /api/v1/projects/{projectId}/chapters
See the Create Chapter API documentation for more details.