---
title: "Create watermark private tokens"
method: POST
path: "/tokens"
---

# Create watermark private tokens

`POST /tokens`

Used to create private tokens to view videos only with using the token

## Query parameters

- `jwt` boolean
- `expiredAtJwt` string

## Request body

- object
  - `drm_group_id` string
  - `string1` string — First line of watermark
  - `string2` string — Second line of watermark
  - `string3` string — Third line of watermark
  - `key` string — Secret key to view a video

## Response `200`

200

## Other responses

- `400` — 400
- `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)
