label_image_deepfake
Generate a compliant disclosure label for AI-generated or manipulated images, returning required text, placement guidance, and exemption checks under Article 50(4) of the EU AI Act.
Instructions
Generate deepfake label for AI-generated or manipulated images per Article 50(4).
This tool provides the appropriate disclosure text and guidance for labeling images that have been artificially generated or manipulated. The label must be prominent, clear, and distinguishable.
Args: image_description: Brief description of the image 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_image_deepfake( image_description="AI-generated portrait of a person", is_artistic_work=False, language="en" )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | en | |
| is_satirical | No | ||
| is_artistic_work | No | ||
| image_description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |