/
KA
kan
/
Kan API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 11h ago · Updated 1mo ago
View markdown
kan
Kan API
post
Create a card
latest
OpenAPI 3.0.3
2026-07-13
79
5
123.5 KB
3235f0c88e7a
Attachments
3
Boards
8
Cards
17
post
Create a card
post
Add a comment to a card
put
Update a comment
delete
Delete a comment
put
Add or remove a label from a card
put
Add or remove a member from a card
get
Get a card by public ID
put
Update a card
delete
Delete a card
get
Get paginated card activities
post
Duplicate a card
post
Add a checklist to a card
put
Update a checklist
delete
Delete a checklist
post
Add an item to a checklist
delete
Delete a checklist item
patch
Update a checklist item
Health
2
Imports
2
Integration
3
Integrations
2
Invites
5
Labels
4
Lists
3
Permissions
11
Users
3
Webhooks
5
Workspaces
11
Cards
Create a card
Creates a new card for a given list
post
/cards
Request body
object
required
title
string
required
description
string
required
listPublicId
string
required
labelPublicIds
string[]
required
memberPublicIds
string[]
required
position
'start'
|
'end'
required
dueDate
string
nullable
Response
Successful response
object
required
publicId
string
required