> ## Documentation Index
> Fetch the complete documentation index at: https://docs.quickreel.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> AI BRoll is an advanced feature that automatically generates and inserts relevant B-roll footage into your videos. This enhances visual storytelling and maintains viewer engagement by providing complementary visuals that support your main content.

## How to Create a Video Clip

**Base URL:** `https://mango.quickreel.io/api/v2`

**Endpoint:** `/broll`

**Method:** `POST`

**Headers**

```markdown theme={null}
Content-Type: application/json
x-api-key: <your_api_key>
```

**Request Body Parameters**

| Key        | Data Type | Description                                              | Mandatory |
| ---------- | --------- | -------------------------------------------------------- | --------- |
| videoUrl   | STRING    | URL of the source video (YouTube link or video file URL) | Required  |
| webhookUrl | STRING    | URL to receive processing updates                        | Required  |

## Key Features

<CardGroup cols={2}>
  <Card title="Smart Context Analysis" icon="brain">
    Our AI analyzes your video content to understand context and automatically
    selects relevant B-roll footage.
  </Card>

  <Card title="Seamless Integration" icon="puzzle-piece">
    B-roll clips are seamlessly integrated into your video with smooth
    transitions.
  </Card>

  <Card title="High-Quality Library" icon="photo-film">
    Access to a vast library of professional-grade stock footage and B-roll
    content.
  </Card>

  <Card title="Custom Timing" icon="clock">
    Intelligent placement of B-roll at optimal moments in your video.
  </Card>
</CardGroup>

<Note>
  B-roll footage is essential for creating professional-looking content and
  maintaining viewer engagement.
</Note>

### Automatic Content Analysis

* Speech-to-text conversion for context understanding
* Topic detection and relevance matching
* Sentiment analysis for appropriate footage selection

### Smart Footage Selection

* Access to millions of high-quality stock footage
* Context-aware selection process
* Quality and relevance scoring

### Seamless Integration

* Automatic timing optimization
* Smooth transitions
* Professional-grade editing

<Card title="Need Help?" icon="question" href="https://discord.com/invite/HXQ92SDamV">
  Join our Discord community for support and tips from other developers.
</Card>
