Get Video Summary
Multi-Modal AI (Coming Soon)
Get Video Summary
Retrieve a video summary result
GET
Get Video Summary
Documentation Index
Fetch the complete documentation index at: https://docs.bota.dev/llms.txt
Use this file to discover all available pages before exploring further.
This feature is Coming Soon and not yet available.
Overview
Retrieves a video summary by ID. Poll untilstatus is completed, or listen for the video_summary.completed webhook.
Authentication
Requires a valid API key withvideo_summaries:read scope.
Path Parameters
Video summary ID (e.g.,
vs_abc123)Response
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Video summary identifier (vs_*) |
recording_id | string | Source recording (rec_*) |
status | string | pending, processing, completed, failed |
keyframes | array | null | Extracted key frames with captions (null until completed) |
keyframes[].media_id | string | Source video media (med_*) |
keyframes[].timestamp_ms | integer | Frame timestamp within the video in milliseconds |
keyframes[].caption | string | AI-generated description of the frame |
keyframes[].transcript_context | string | null | Correlated transcript segment |
keyframes[].relevance_score | number | Importance score (0–1) |
overview | string | null | Overall narrative summary of the video content |
media_count | integer | Number of video items processed |
created_at | string | Creation timestamp (ISO 8601) |
completed_at | string | null | Completion timestamp (ISO 8601) |
Webhooks
| Event | Description |
|---|---|
video_summary.completed | Video summary finished successfully |
video_summary.failed | Video summary encountered an error |

