Generate periodic narrative summaries via SSE streaming
POST /live-digest selects response mode by request shape:
Accept: text/event-stream and no webhook_url -> SSE modewebhook_url present -> webhook modejob_id, status, created_at, job_type, stream_url, optional message).
Follow with GET /jobs/{job_id} for runtime details and summary outcomes.
type values:
job_startedsummary_generatedjob_stoppederrorstartedprogresssummarystoppederrorstopped and error as terminal events for that stream session.
window_minutes: coverage duration per summarycapture_interval_seconds: sampling cadencemax_windows: optional cap on total windowsBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request to start a live digest job (SSE streaming).
YouTube Live URL or RTSP stream to digest
1 - 500Time window in minutes
1 <= x <= 60Webhook URL for notifications
1 - 2083Frame capture interval
10 <= x <= 300Stop after N summaries. None = run until max duration
x >= 1Include base64 frame grid in summary events
Successful Response