# QA TikTok Ad Video Downloads for Campaign Approval

**Use case:** 

Quickly download TikTok ad creatives in various qualities to facilitate quality assurance and client approval processes before campaign launch. Ensure video fid

## Input

```json
{
  "postUrls": [
    "https://www.tiktok.com/@brandx/video/7300000000000000001"
  ],
  "assetTypes": [
    "video"
  ],
  "preferredQuality": "540p",
  "filenameTemplate": "brandx_ad_{postId}_{preferredQuality}.{ext}"
}
```

## Output

```json
{
  "postId": {
    "label": "Post ID",
    "format": "text"
  },
  "assetType": {
    "label": "Asset Type",
    "format": "text"
  },
  "ordinal": {
    "label": "Index",
    "format": "number"
  },
  "mimeType": {
    "label": "MIME Type",
    "format": "text"
  },
  "byteSize": {
    "label": "Size (bytes)",
    "format": "number"
  },
  "kvsUrl": {
    "label": "Download URL",
    "format": "link"
  },
  "definition": {
    "label": "Quality",
    "format": "text"
  },
  "downloadedAt": {
    "label": "Downloaded At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tiktok Downloader Api](https://apify.com/crawlerbros/tiktok-downloader-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/tiktok-downloader-api) to learn more, explore other use cases, and run it yourself.