Docs

Add Content

POST /content

POST/content

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Creates a new content item for the event. Optionally associates it with an activity and attaches existing files by ID.

Request Body

FieldTypeRequiredDescription
namestringRequiredDisplay name for the content item.
descriptionstringOptionalDescription text.
activityIdGuid?OptionalActivity to associate this content with. Pass `null` for event-wide content.
filesGuid[]OptionalArray of existing file IDs to attach. Pass `[]` for none.

Response

Returns 201 Created with an empty body on success.