# /film **Category**: media **Summary**: Animated film of a work (Veo 3.1 / del Toro style) ## Description Returns the URL of the animated film for a literary work. Films are generated with Veo 3.1 in del Toro Pinocchio style, narrated by voice actors, duration 5-15 minutes per work. ## Syntax ``` /film ``` ## Arguments - **slug** (slug) (required): Work slug Example: `morometii` ## Examples **Request**: `/film morometii` **Response**: `{"ok":true,"type":"film","card":{"workTitle":"...","thumbnail":"...","duration":"8:45","link":"/opere/morometii/film"}}` ## How to execute ``` POST /api/v1/ai/exec Content-Type: application/json { "cmd": "film", "args": [ "morometii" ] } ```