---
title: "Generate Cards"
method: POST
path: "/card/generate"
---

# Generate Cards

`POST /card/generate`

Lets you generate cards for a card series in bulk.

## Request body

- object
  - `seriedId` integer, required — Unique ID of the card series to generate cards.
  - `count` integer, required — Number of cards to generate.
  - `statusLabel` string, required — Current user defined status of the card. Check your user defined values for the system values (not issued, active, inactive, deleted, expired).

## Response `200`

200

- object
  - `entity` string[]
  - `warnings` unknown[]
    - unknown

---

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