# /comentariu **Category**: literatura **Summary**: Full literary commentary for BAC exam ## Description Returns a preview of the full literary commentary for a work (5000-13000 characters on the dedicated page). API response includes a 220-char preview + total length. For the full text, see the link to /opere/{slug}. ## Syntax ``` /comentariu ``` ## Arguments - **slug** (slug) (required): Work slug Example: `morometii` ## Examples **Request**: `/comentariu morometii` **Response**: `{"ok":true,"type":"comentariu","card":{"workTitle":"Moromeții","preview":"...","fullLength":11432,"link":"/opere/morometii#comentariu-literar"}}` ## Notes Commentaries are written by Romanian literature specialists, not AI-generated. They use academic structure (introduction, development by themes, symbols, conclusions) suitable for BAC essay. ## How to execute ``` POST /api/v1/ai/exec Content-Type: application/json { "cmd": "comentariu", "args": [ "morometii" ] } ```