---
title: "Create a project card"
method: POST
path: "/projects/columns/{column_id}/cards"
tags: ["projects"]
---

# Create a project card

`POST /projects/columns/{column_id}/cards`

## Path parameters

- `column_id` integer, required

## Request body

- union
  - object
    - `note` string, nullable, required — The project card's note
  - object
    - `content_id` integer, required — The unique identifier of the content associated with the card
    - `content_type` string, required — The piece of content associated with the card

## Response `201`

Response

- ProjectCard — Project cards represent a scope of work.
  - `url` string, uri, required
  - `id` integer, required — The project card's ID
  - `node_id` string, required
  - `note` string, nullable, required
  - `creator` NullableSimpleUser, nullable, required — A GitHub user.
    - `name` string, nullable
    - `email` string, nullable
    - `login` string, required
    - `id` integer, required
    - `node_id` string, required
    - `avatar_url` string, uri, required
    - `gravatar_id` string, nullable, required
    - `url` string, uri, required
    - `html_url` string, uri, required
    - `followers_url` string, uri, required
    - `following_url` string, required
    - `gists_url` string, required
    - `starred_url` string, required
    - `subscriptions_url` string, uri, required
    - `organizations_url` string, uri, required
    - `repos_url` string, uri, required
    - `events_url` string, required
    - `received_events_url` string, uri, required
    - `type` string, required
    - `site_admin` boolean, required
    - `starred_at` string
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `archived` boolean — Whether or not the card is archived
  - `column_name` string
  - `project_id` string
  - `column_url` string, uri, required
  - `content_url` string, uri
  - `project_url` string, uri, required

## Other responses

- `304` — Not modified
- `401` — Requires authentication
- `403` — Forbidden
- `422` — Validation failed
- `503` — Response

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-4.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-4/versions/ee6c7a46328e/schema)
