Skip to main content
Graphoc Pn

Brandlive Webinar Clipping Integration

This integration enables Brandlive to automatically generate high-quality, social-ready clips from any webinar or long-form video URL. Overlap’s automated pipeline handles ingestion, transcription, semantic understanding, editing, subtitle styling, rendering, and delivery — all accessible through a suite of APIs.

Quickstart

Launch a workflow from a webinar URL and retrieve finished clips via the API

End-to-End Flow

  1. POST /trigger-template

    Launch Workflow

    Launches a workflow from a saved template using a webinar URL. You can override any template fields per request (e.g., prompts, clip rules, b-roll, subtitle styling, watermarking, output formats). Returns a task_id to track progress.
  2. GET /workflow-results/{task_id}

    Poll for Results

    Poll for workflow status and outputs using the returned task_id. When complete, returns generated clips, metadata, and any delivery URLs.
  3. POST /render

    Render Video

    Re-renders an existing clip with updated options (e.g., subtitle style, watermark, aspect ratio) when a new export or download is requested.
  4. @overlap.ai/react-subtitles

    Subtitles Component Overlay

    A React component for displaying Overlap subtitle timing + styling in Brandlive’s editor/preview environment (without needing a video re-render).

Processing Times

  • Horizontal clips: ~3 minutes per hour of video
  • Vertical clips: ~10 minutes per hour of video
  • Re-render sync endpoint: ~0.75× clip duration

Help

This provides a plug-and-play interface for displaying subtitles in Brandlive’s editor or preview environment. For any questions or issues, please reach out to [email protected].