Creates a new document with optional HTML or Markdown content.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Determines the level of access to this document granted to all workspace users.
Can be either null (inherited), none, read, or manage.
The optional UTF-8 document content. Use Awork.Core.Models.Documents.Documents.DocumentPostForm.ContentFormat to select HTML or Markdown input.
The input format of Awork.Core.Models.Documents.Documents.DocumentPostForm.Content. Defaults to html. Canonical awork Markdown supports lossless re-import of safe editor content.
Response
Determines the level of access to this document granted to all workspace users.
Can be either not set (no access), read, or manage.

