Skip to main content

This event is emitted when a video submitted to the chat system is rejected during moderation. The event provides contextual information about the rejected video, including the project that attempted the submission, the profile initiating the action, the video's URL, and the specific reason it was rejected (e.g., violent, self-harm–related, or illegal content).

projectId
string
required

The unique identifier for the project from which the rejected video request originated.

sourceProfileId
string
required

Identifies the profile (such as a user or persona profile) that initiated the video submission. Useful for auditing or tracking user-level actions.

videoUrl
string
required

The URL of the video that was rejected.

reason
enum<string>
required

Indicates the specific moderation failure category that caused the video to be rejected.

Available options:
VIOLENT_CONTENT,
SELF_HARM,
ILLEGAL_CONTENT