Create a card
This endpoint allows you to create a new card in a specified team workspace by providing a set of required and optional parameters. Key required fields include:
title: The name of the cardlist_id: The ID of the list where the card will be placedboard_idorsprint_id: One of these fields must be provided to specify where the card belongs to
The card’s content has a character limit of 102400, and timestamps like due_date and start_date are
specified as Unix timestamps in seconds. Enum fields include status (committed, started, completed, cancelled)
and icon types (image, emoji, icon).
Documentation Index
Fetch the complete documentation index at: https://superthread.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Body
Card object that needs to be created
"My Card"
"114"
102400"Some card content"
Format of the content field. When set to 'markdown', the server converts the content from GitHub Flavored Markdown to HTML before storage. Defaults to 'html'.
html, markdown 1
unix timestamp in seconds
1608742037016
unix timestamp in seconds
1608742037016
"5"
"1"
"8"
0 <= x <= 41
effort estimation enum for the card. 1 is least, 5 is greatest. will map to different values depending on project settings.
1 <= x <= 53
Original time estimate for the card in seconds (separate from the 0-5 effort estimate field).
Initial remaining time estimate in seconds. Defaults to time_estimate_seconds when omitted.
Optional card ID to set as parent
Optional epic ID to add card to
Optional Board Email reference when creating a card from an email
"b291eKoaaLn5"
describes a user or robot that created or updated a resource
Optionally specify checklist(s) to create and add to the card
ID of the form that created this card, if any
ID of the user that created this card from form submission
Response
Card created