---
title: "POST /v1/promotions/facebook/video"
method: POST
path: "/v1/promotions/facebook/video"
tags: ["Facebook"]
---

# POST /v1/promotions/facebook/video

`POST /v1/promotions/facebook/video`

## Headers

- `adhookToken` string
- `Authorization` string

## Request body

- UploadVideoRequest
  - `promotionId` string
  - `video` Video
    - `url` string
    - `fileName` string
    - `size` integer
    - `fileExtension` string
    - `facebookVideoId` string
    - `tikTokVideoId` string
    - `width` integer
    - `height` integer
    - `thumbnailImage` Image
      - `thumbnailUrl` string
      - `url` string
      - `fileName` string
      - `croppedUrl` string
      - `croppedImageSize` integer
      - `croppedWidth` integer
      - `croppedHeight` integer
      - `facebookImageUrl` string
      - `tikTokImageId` string
      - `tags` ImageTag[]
        - `x` number, double
        - `y` number, double
        - `name` string
      - `productTags` ProductTag[]
        - `x` number, double
        - `y` number, double
        - `productId` string
        - `productName` string
      - `link` string
      - `linkTitle` string
      - `linkDescription` string
      - `order` integer
      - `altText` string
      - `mediaAssetId` string
    - `thumbnailTimePosition` number, double
    - `cutStartTimePosition` number, double
    - `cutEndTimePosition` number, double
    - `cutUrl` string
    - `mediaStatus` 'ALL' | 'CREATED' | 'IN_PROGRESS' | 'NEEDS_REVIEW' | 'APPROVED' | 'CHECK_FEEDBACK' | 'READY' | 'PROCESSING' | 'DELETED'
    - `mediaVideoId` string
    - `title` string
    - `order` integer
    - `productTags` ProductTag[]
      - `x` number, double
      - `y` number, double
      - `productId` string
      - `productName` string
    - `tags` VideoTag[]
      - `name` string
    - `mediaAssetId` string
  - `sourceInstagramMediaId` string
  - `subtenantId` string
  - `adAccountId` string

## Response `default`

default response

- UploadVideoResult
  - `videoId` string
  - `thumbnailId` string

---

[API](https://skmtc.net/adhook/apis/adhook-io-api.md) · [All operations](https://skmtc.net/adhook/apis/adhook-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adhook/adhook-io-api/revisions/10ee593749b3/schema)
