DumGumDocs
Search documentation

Loading search…

API Reference

chat.video.rejected

Schema

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).

Type: object
#projectId stringrequired

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

Type: string
#sourceProfileId stringrequired

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

Type: string
#videoUrl stringrequired

The URL of the video that was rejected.

Type: string
#reason stringrequired

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

ValueDescription
VIOLENT_CONTENTThe video contains violence or graphic/unsafe violent material.
SELF_HARMThe video includes self-harm, suicidal content, or related imagery.
ILLEGAL_CONTENTThe video includes illegal or illicit content prohibited by policy or law.
Type: string

Allowed values: "VIOLENT_CONTENT", "SELF_HARM", "ILLEGAL_CONTENT"