Skip to main content
POST
Create a knowledge document

Authorizations

x-token
string
header
required

Body

application/json
name
string
required

Document title.

html
string

Initial HTML content for the document body. Mutually exclusive with markdown.

markdown
string

Initial Markdown content for the document body. Mutually exclusive with html.

aptletUuid
string

UUID of the board to associate this document with.

aptletInstanceId
string

Card ID to link this document to. Creates a reference on the card.

parentId
string

ID of a parent knowledge document (for nested pages).

accessType
enum<string>

Access level. Defaults to public.

Available options:
public,
private

Response

Document created.

_id
string

ID of the created document.

name
string