Overlap Clipping API

Create engaging video clips from YouTube content with our powerful clipping API. Generate up to 5-10 clips per hour of content with customizable duration.

Our AI-powered clipping engine analyzes video content across multiple dimensions including visual engagement, audio quality, semantic relevance, and viewer retention patterns to identify the most compelling clips.

Quick Start

To get started with the Overlap Clipping API, you'll need an API key. Once you have your key, you can start generating clips in just a few steps:

Authentication

bash
Authorization: Bearer YOUR_API_KEY

Example Request

bash
curl -X POST https://api.joinoverlap.com/generate-clips \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "url": "https://www.youtube.com/watch?v=example",
    "minimumTime": 60,
    "maximumTime": 300
  }'

Usage & Quotas

Monthly quota of processing hours, per client contract

Failed processing attempts do not count against internal hours

Need Help?

Check out our detailed documentation for each endpoint or reach out to our support team at [email protected] if you need assistance.