# Create **POST /projects/{projectId}/columns/{columnId}/cards** Create ## Servers - https://tadatodo.com/api: https://tadatodo.com/api () ## Authentication methods - Api key auth ## Parameters ### Path parameters - **projectId** (string) The Project ID of the card - **columnId** (string) The column ID of the card ### Body: (object) - **metadata** (string) The metadata of the card - **name** (string) The name of the card - **url** (string) A URL associated with the creation of this card ## Responses ### 200 #### Body: (object) - **columns** (array[object]) - **createdFlair** (string) - **id** (string) - **metadata** (array[object]) - **name** (string) - **url** (string) [Powered by Bump.sh](https://bump.sh)