---
title: "Generate Checkin Deck"
method: POST
path: "/checkin-decks"
tags: ["checkin-decks"]
---

# Generate Checkin Deck

`POST /checkin-decks`

## Request body

- CheckinDeckGenerateRequest
  - `organization_id` string, nullable
  - `template` 'pilot_conversion'
  - `end_date` string, nullable
  - `feedback` string, nullable
  - `parent_deck_id` string, nullable

## Response `202`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/d96feef8e2ef/schema)
