POST/docs

Create a document

Creates a new document in the workspace.

Documents

Request Bodyrequired

The document to create.

Content-Typeapplication/json
titlestringrequired

Document title.

contentstringrequired

Markdown content.

tagsarray

Tags for categorization.

Responses

201The created document.
idstring
titlestring
slugstring
createdAtstring

ISO 8601 timestamp.

400Validation error.
errorstring
detailsarray