Skip to main content
POST
Create Video Summary
This feature is Coming Soon and not yet available.

Overview

Generates a visual summary from video media captured during a recording. The system identifies key frames, generates captions for each, and produces a timeline of visual highlights alongside the audio narrative. Useful for quickly reviewing long recordings — see the most important visual moments without watching the entire video.

Authentication

Requires a valid API key with video_summaries:write scope.

Request Body

recording_id
string
required
Recording ID with uploaded video media (rec_*)
media_ids
string[]
Specific video media IDs to summarize. If omitted, all video media is processed.
max_keyframes
integer
Maximum number of key frames to extract per video. Default: 10.
include_transcript_context
boolean
Whether to correlate key frames with transcript segments. Default: true.

Response