Docs

Create Document

POST /documents

POST/documents

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **Get Tokens** in the Authorization folder.

Creates a new dynamic document for the event. Returns the new document's ID.

Request Body

FieldTypeRequiredDescription
namestringRequiredDocument name.
descriptionstringOptionalOptional description.
contentstringOptionalInitial TipTap JSON content.

Response

Returns the new document's Guid ID.