---
title: "Anti-Piracy Takedown Only Guide"
description: "Step-by-step guide for using the DoveRunner Anti-Piracy Takedown Only console — Asset Details, Infringing URLs, and Dashboard."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

import { LinkCard, CardGrid } from '@astrojs/starlight/components';

DoveRunner’s **Anti-Piracy Takedown Only** module enables content rights owners and distributors to efficiently report and remove infringing content from the internet.
Users can submit suspected piracy links through a centralized console, where the DoveRunner team validates each URL and initiates takedown actions with relevant platforms. 

The system provides end-to-end visibility into the takedown process, including status updates and turnaround times, ensuring transparency and effective enforcement of content protection efforts.

:::caution[Letter of Authority (LOA) required before takedown]
Submitting infringing URLs for takedown requires a valid **[Letter of Authority (LOA)](#letter-of-authority-loa-requirement)** from the content rights owner. Platforms generally will not act on a takedown request without it, and obtaining a signed LOA can take time. Start the LOA process as early as possible — in parallel with asset registration below — rather than waiting until you're ready to submit URLs.
:::

This workflow is organized into three main areas accessible via tabs at the top of the screen:

1. **Dashboard** — A centralized, real-time overview of takedown activity across all registered assets, featuring graphical insights and key performance metrics for quick analysis and decision-making.
2. **Asset Details** — Register and manage assets by adding content metadata to enable accurate tracking and takedown enforcement.
3. **Infringing URLs** — Submit, view, filter, and export the list of infringing URLs you have identified for takedown.

---

## Asset Details

The **Asset Details** tab allows you to register and manage the content assets for which you want to submit takedown requests. Each registered asset is displayed in a structured table view, providing clear visibility into its configuration and current status.

![Monitoring Dashboard ](/img/content-security/anti-piracy-takedown-only-assets.png)

### Asset Table Columns

| Column | Description | Mandatory Field | Example |
| :----- | :---------- | :-------------- | :------ |
| **Asset Name** | The official title of the content being monitored. | Y | Conjuring |
| **Copyright Owner Names** | Name(s) of the legal copyright holder(s). Multiple entries can be added individually. | Y | Warner Bros Entertainment |
| **Official URL** | The authorized streaming or official webpage link of the content. | Y | https://officialsite.com/conjuring |

### Registering an Asset — Takedown Only

```mermaid
flowchart LR
  A(["Click Actions"]):::step -->
  B(["Select Register Asset"]):::step -->
  C(["Open Takedown Only tab"]):::step -->
  D(["Fill in required fields"]):::step -->
  E(["Click Complete Registration"]):::step -->
  F(["Asset appears in the table"]):::step

  classDef step fill:#E8F4FD,stroke:#2A7DB1,stroke-width:2px,color:#0B2E47,rx:10,ry:10
```
![Monitoring Dashboard ](/img/content-security/anti-piracy-monitoring-only-register-asset-button.png)

1. Click the **Actions** dropdown in the top-right corner of the Asset Details tab.
2. Select **Register Asset** from the dropdown.
3. The registration form opens. Navigate to the **Takedown Only** tab.

![Monitoring Dashboard ](/img/content-security/anti-piracy-takedown-only-register-asset-VOD.png)

4. Fill in all required fields with the appropriate content metadata.
5. Once all data is entered and valid, click **Complete Registration**.
6. The registered asset appears in the asset table 

### Registering an Asset — Live Streaming

```mermaid
flowchart LR
  A(["Click Actions"]):::step -->
  B(["Select Register Asset"]):::step -->
  C(["Open Live Streaming tab"]):::step -->
  D(["Fill in required fields"]):::step -->
  E(["Click Complete Registration"]):::step -->
  F(["Asset appears in the table"]):::step

  classDef step fill:#E8F4FD,stroke:#2A7DB1,stroke-width:2px,color:#0B2E47,rx:10,ry:10
```

![Monitoring Dashboard ](/img/content-security/anti-piracy-takedown-only-register-asset-live.png)

Follow the same steps as the Takedown Only registration above, but select the **Live Streaming** tab in step 3 and fill in the relevant live stream metadata before clicking **Complete Registration**.

:::note
The Live Streaming tab is designed for assets that are broadcast in real time. Ensure the monitoring start and end dates align with the scheduled broadcast window.
:::

### Editing an Asset

1. Click the **Pencil (Edit)** icon in the Asset Actions column for the asset you want to modify.

![Monitoring Dashboard ](/img/content-security/anti-piracy-takedown-only-edit-asset-button.png)

2. The edit form opens with the current asset details pre-populated.

![Monitoring Dashboard ](/img/content-security/anti-piracy-takedown-only-edit-asset.png)

3. Make the desired changes and click **Update Asset**.

### Cloning an Asset

1. Click the **Clone icon** (third icon in Asset Actions).

![Monitoring Dashboard ](/img/content-security/anti-piracy-takedown-only-clone-asset-button.png)

2. A registration form opens pre-filled with the original asset's settings — except **Asset Name** and **Official URL**, which must be unique per asset.

![Monitoring Dashboard ](/img/content-security/anti-piracy-takedown-only-clone-asset.png)

3. Enter the new Asset Name and Official URL, adjust any other fields as needed, and click **Complete Registration**.

:::note
Cloning is useful when registering multiple similar assets (e.g., episodes of the same series or recurring live events) with identical configurations.
:::

### Filtering Assets

Use the filter controls above the asset table to narrow the displayed results, then click **Search**:

| Filter | Description |
| :----- | :---------- |
| **Asset Name** | Filter assets by title. |
| **Duration** | Filter by a specific monitoring duration range. |
| **Monitoring Status** | Filter by ON or OFF status. |

### Pagination

Use the **Rows per page** dropdown at the bottom of the table to set how many assets are shown per page. Use the arrow buttons to navigate between pages (e.g., *1–10 of 25 • Page 1 of 3*).

---

## Letter of Authority (LOA) Requirement

To initiate takedown actions, DoveRunner requires a valid Letter of Authority (LOA) from the content rights owner or an authorized representative. 

The LOA serves as formal authorization permitting DoveRunner to act on behalf of the rights holder when submitting DMCA complaints and other legal notices to platforms hosting infringing content.
Without this authorization, platforms typically do not process takedown requests, as proof of ownership or representation is mandatory for legal compliance. 
Providing a valid LOA ensures that takedown requests are actioned promptly, reduces the risk of rejection, and enables DoveRunner to enforce content protection effectively across multiple platforms.

Users can download the LOA template from the LOA Management tab, fill in the required details, and submit it with a valid authorized signature for verification. 

![LOA Screen ](/img/content-security/anti-piracy-takedown-only-assets-loa.png)  

## Infringing URLs

Once the LOA is submitted proceed with the next step of providing the infringing urls to be removed.
The **Infringing URLs** tab is where you submit infringing links for takedown and track the status of all previously submitted URLs. 
All submitted URLs are displayed in a searchable, filterable table.

![Monitoring Dashboard ](/img/content-security/anti-piracy-takedown-only-infringing-urls.png)

### Submitting Infringing URLs for Takedown

```mermaid
flowchart LR
  A(["Click Add URLs"]):::step -->
  B(["Select Asset Name"]):::step -->
  C(["Enter infringing URLs"]):::step -->
  D(["Click Submit URLs"]):::step -->
  E(["URLs appear in the table"]):::step

  classDef step fill:#E8F4FD,stroke:#2A7DB1,stroke-width:2px,color:#0B2E47,rx:10,ry:10
```

1. Click the **Add URLs** button in the top-right corner of the Infringing URLs tab.
2. In the submission panel:
   - Select the relevant **Asset Name** from the asset dropdown.
   - Enter the infringing URLs you want taken down in the **Infringing URLs** text box, one URL per line.

![Monitoring Dashboard ](/img/content-security/anti-piracy-takedown-only-add-infringing-urls.png)

3. Click **Submit URLs**.
4. The submitted URLs are added to the infringing URL table and processed for takedown.

:::note
Ensure each URL is entered on a separate line. Only URLs associated with the selected asset will be accepted.
:::

### Infringing URL Table Columns

| Column | Description |
| :----- | :---------- |
| **Asset Name** | The registered asset associated with the submitted URL. |
| **URL** | The full URL of the infringing link submitted for takedown. |
| **Date** | The date and time the URL was submitted. |
| **Status** | The current takedown status of the URL (*Identified*, *Processing*, *Delisted*, *Taken down*). |

### Filtering Infringing URLs

Use the filter controls at the top of the table, then click **Search**:

| Filter | Description |
| :----- | :---------- |
| **Asset Name** | Filter by the associated registered asset. |
| **Date** | Filter by the submission date range. |
| **Monitoring Status** | Filter by Identified, Delisted, processing, Taken down. |
| **Submitted By** | Filter by the user or entity that submitted the URL. |
| **URL Pattern** | Search for URLs containing a specific pattern or substring. |

### Exporting Infringing URLs

1. Apply any desired filters to narrow the list.
2. Click the **Export as CSV** button in the top-right corner.
3. A CSV file containing the filtered URL data downloads to your device.

### Pagination

Use the **Rows per page** dropdown at the bottom of the table to set how many URLs are shown per page. Use the arrow buttons to navigate between pages.

---

## Dashboard

The **Dashboard** tab provides a real-time visual summary of takedown activity across all registered assets — consolidating submitted URL data into at-a-glance metrics and charts for quick analysis and decision-making.

![Monitoring Dashboard ](/img/content-security/anti-piracy-takedown-only-dashboard1.png)

![Monitoring Dashboard ](/img/content-security/anti-piracy-takedown-only-dashboard2.png)

### Date Range and Aggregation Controls

| Control | Description |
| :------ | :---------- |
| **7 Days** | Show data for the past 7 days. |
| **30 Days** | Show data for the past 30 days *(default)*. |
| **6 Months** | Show data for the past 6 months. |
| **Custom** | Select a custom date range via calendar picker. |
| **Daily** | Break down charts by individual days. |
| **Weekly** | Break down charts by week. |
| **Monthly** | Break down charts by month *(default)*. |
| **Refresh** | Manually refresh the dashboard data. |

### Summary Metrics

| Metric | Color | Description |
| :----- | :---- | :---------- |
| **Total Assets** | Purple | Total number of content assets registered under this service. |
| **Total Links** | Orange | Total number of infringing URLs submitted for takedown within the selected date range. |
| **Take Down** | Green | Total number of infringing URLs taken down. |
| **Take Down %** | Yellow | Total percentage of infringing URLs taken down. |

### Asset Takedown Overview

The **Asset Takedown Overview** table ranks your registered assets by the number of infringing links submitted. For each asset it shows:

- Rank (#)
- Asset Name
- Number of Links Submitted

Use the pagination arrows at the bottom of the table to browse all assets. This view helps prioritize which assets have the highest volume of takedown activity.

### Domain Count Chart

The **Domain Count** bar chart visualizes the distribution of submitted infringing URLs by domain. Each bar represents a unique domain; bar height indicates the number of infringing links submitted from that domain within the selected date range. A horizontal scroll bar allows browsing when many domains are present.

:::note
The dashboard is not fixed — it can be customized based on your requirements to provide the level of detail and analytics you need. Contact **contact@doverunner.com** for customization requests.
:::

### Trial Account Limitations
The following terms and usage caps apply to trial accounts:

**Asset Limit:** A maximum of 2 assets can be registered for active take down.

**Link Limit:** Takedown service is capped at 1,000 links during the trial phase.

**Duration:** The trial period is valid for 1 month starting from the date of account creation.

**Validity:** Links/Urls not related to the assets won't be processed.