# /opera **Category**: literatura **Aliases**: /opere **Summary**: Information about a literary work in the Romanian BAC curriculum (or full list) ## Description Returns the main data of a literary work studied for the Romanian Language and Literature BAC exam: title, author, literary movement, themes, symbols, motifs, summary, link to the dedicated page with full commentary. Without an argument, returns the list of all 17 works in the BAC 2026 curriculum. ## Syntax ``` /opera [slug] ``` ## Arguments - **slug** (slug) (optional): The work slug (e.g.: morometii, enigma-otiliei, luceafarul) Example: `morometii` ## Examples **Request**: `/opera morometii` **Response**: `{"ok":true,"type":"opera","card":{"title":"Moromeții","author":"Marin Preda","movement":"Realism postbelic","themes":["satul","timpul","familia"],"summary":"...","link":"/opere/morometii"}}` _Details for Moromeții_ **Request**: `/opera` **Response**: `{"ok":true,"type":"opera_list","card":{"items":[{"slug":"morometii","title":"Moromeții",...},...]}}` _List of all 17 works in the BAC curriculum_ ## How to execute ``` POST /api/v1/ai/exec Content-Type: application/json { "cmd": "opera", "args": [] } ```