Docs
Create Document
POST /documents
POST
/documentsRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder. |
Creates a new dynamic document for the event. Returns the new document's ID.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Required | Document name. |
| description | string | Optional | Optional description. |
| content | string | Optional | Initial TipTap JSON content. |
Response
Returns the new document's Guid ID.