---
title: "addCardsChecklistsByIdCard()"
method: POST
path: "/cards/{idCard}/checklists"
tags: ["card"]
---

# addCardsChecklistsByIdCard()

`POST /cards/{idCard}/checklists`

## Path parameters

- `idCard` string, required

## Query parameters

- `key` string, required
- `token` string, required

## Request body

- CardsChecklists
  - `idChecklistSource` string — The id of the source checklist to copy into a new checklist.
  - `name` string — a string with a length from 0 to 16384
  - `value` string — The id of the checklist to add to the card, or null to create a new one.

## Response `200`

Success

## Other responses

- `400` — Server rejection

---

[API](https://skmtc.net/apis-guru/apis/trello.md) · [All operations](https://skmtc.net/apis-guru/apis/trello/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apis-guru/trello/versions/74afdba5e145/schema)
