# /autor **Category**: literatura **Aliases**: /autori, /scriitor **Summary**: Author biography + list of their works ## Description Returns biographical data of a Romanian author studied for BAC: full name, period, places (of birth, death), bio, literary movement, main works, link to full profile. Without an argument, returns the list of all 15 authors. ## Syntax ``` /autor [slug] ``` ## Arguments - **slug** (slug) (optional): Author slug (e.g.: mihai-eminescu, ion-luca-caragiale) Example: `mihai-eminescu` ## Examples **Request**: `/autor mihai-eminescu` **Response**: `{"ok":true,"type":"autor","card":{"name":"Mihai Eminescu","era":"Romantism","birthYear":1850,"deathYear":1889,"bio":"...","works":[{"slug":"luceafarul","title":"Luceafărul"}],"link":"/autori/mihai-eminescu"}}` ## How to execute ``` POST /api/v1/ai/exec Content-Type: application/json { "cmd": "autor", "args": [] } ```