{"cmd":"comentariu","aliases":[],"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 <slug>","args":[{"name":"slug","type":"slug","required":true,"description":"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\"}}"}],"outputType":"comentariu","outputFields":[{"name":"workTitle","type":"string","description":"Titlul operei"},{"name":"preview","type":"string","description":"Primele 220 caractere ale comentariului"},{"name":"fullLength","type":"number","description":"Lungimea totală a comentariului"},{"name":"link","type":"string","description":"Link către secțiunea comentariu"}],"resultPagePathPattern":"/opere/{slug}#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.","execUrl":"/api/v1/ai/exec","execExample":{"method":"POST","url":"/api/v1/ai/exec","body":{"cmd":"comentariu","args":["morometii"]}}}