---
title: "Create Deck"
method: POST
path: "/api/deck-admin/decks"
---

# Create Deck

`POST /api/deck-admin/decks`

## Headers

- `authorization` string

## Request body

- DeckCreate
  - `slug` string, required
  - `title` string, required
  - `legacy_prefix` string, nullable
  - `legacy_enabled` boolean
  - `legacy_cookie_enabled` boolean
  - `notify_on_open` boolean
  - `nda_enabled` boolean
  - `watermark_default` object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/aipoweredsocialscan/apis/accountability.md) · [All operations](https://skmtc.dev/aipoweredsocialscan/apis/accountability/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aipoweredsocialscan/accountability/revisions/6ce776993b65/schema)
