label_video_deepfake
Generate deepfake labels for AI-generated or manipulated videos, providing the required disclosure text and placement guidance per EU AI Act Article 50(4).
Instructions
Generate deepfake label for AI-generated or manipulated videos per Article 50(4).
This tool provides the appropriate disclosure text and guidance for labeling videos that have been artificially generated or manipulated. The label must be prominent, clear, and distinguishable throughout the video.
Args: video_description: Brief description of the video for context is_artistic_work: Whether this is artistic/creative work (may qualify for exemption) is_satirical: Whether this is parody/satire (may qualify for exemption) language: Language code (en, es, fr, de). Default: "en"
Returns: Dictionary with label text, placement guidance, and compliance info
Example: label_video_deepfake( video_description="AI-generated video of a speech", is_artistic_work=False, language="en" )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | en | |
| is_satirical | No | ||
| is_artistic_work | No | ||
| video_description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |