Intelligence
Outline
Overview
The outline task generates structured chapter markers for timed media using AI. Unlike the chapters task which produces subtitle files, the outline task produces a JSON output with start/end times and titles for each section.
Creating an outline task
The outline task has no configurable options.
Output
When the task succeeds, the output JSON file contains a timeline of sections:
| Field | Type | Description |
|---|---|---|
timeline | array | Array of section markers |
timeline[].title | string | Title of the section |
timeline[].start | number | Start time in seconds |
timeline[].end | number | End time in seconds |
Supported inputs
- Audio files:
.mp3,.m4a,.wav,.ogg,.aac,.flac - Video files with audio:
.mp4,.mov,.webm
Common use cases
- Generating table-of-contents data for video libraries
- Building interactive video navigation UIs
- Structuring podcast episodes for show notes
- Creating chapter metadata for media catalogs