---
title: "Create watermark groups"
method: POST
path: "/videos"
---

# Create watermark groups

`POST /videos`

Used to create watermark group properties

## Request body

- object
  - `name` string — Define a name for the watermark linked to your selected videos
  - `video_ids` string[]
  - `folder_ids` string[]
  - `percent_ts` number, float — Set a percentage of the desired watermark for your video. Range from 0 to 1.
  - `font-family` string — Fonts available: fredoka-regular, arial, helvetica, times-new-roman and times
  - `font-color` string
  - `font-size` string
  - `box-color` string
  - `box-opacity` string — Between 0 and 1
  - `active` boolean — Active true the videos will be blocked without using the signed url

## Response `200`

200

## Other responses

- `400` — 400
- `404` — 404
- `409` — 409
- `500` — 500

---

[API](https://skmtc.net/pandavideo/apis/api-v2.md) · [All operations](https://skmtc.net/pandavideo/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandavideo/api-v2/versions/4fbd3c623ca9/schema)
