{"cmd":"autor","aliases":["autori","scriitor"],"category":"literatura","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]","args":[{"name":"slug","type":"slug","required":false,"description":"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\"}}"}],"outputType":"autor | autor_list","outputFields":[{"name":"name","type":"string","description":"Numele autorului"},{"name":"era","type":"string","description":"Perioada literară"},{"name":"birthYear","type":"number","description":"Anul nașterii"},{"name":"deathYear","type":"number","description":"Anul decesului"},{"name":"bio","type":"string","description":"Biografie (max 300 char)"},{"name":"works","type":"array","description":"Opere principale {slug, title}"},{"name":"link","type":"string","description":"Link /autori/{slug}"}],"resultPagePathPattern":"/autori/{slug}","execUrl":"/api/v1/ai/exec","execExample":{"method":"POST","url":"/api/v1/ai/exec","body":{"cmd":"autor","args":[]}}}