---
title: "addListsCardsByIdList()"
method: POST
path: "/lists/{idList}/cards"
tags: ["list"]
---

# addListsCardsByIdList()

`POST /lists/{idList}/cards`

## Path parameters

- `idList` string, required

## Query parameters

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

## Request body

- ListsCards
  - `desc` string — a string with a length from 0 to 16384
  - `due` string — A date, or null
  - `idMembers` string — A comma-separated list of objectIds, 24-character hex strings
  - `labels` string — all or a comma-separated list of: blue, green, orange, purple, red or yellow
  - `name` string — a string with a length from 1 to 16384

## 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)
