{"cmd":"rezumat","aliases":[],"category":"literatura","summary":"Short summary of a literary work","description":"Returns the short summary (280 char preview) of the work. For detailed summary and narrative moments, see /moment {slug} or page /opere/{slug}.","syntax":"/rezumat <slug>","args":[{"name":"slug","type":"slug","required":true,"description":"Work slug","example":"morometii"}],"examples":[{"request":"/rezumat morometii","response":"{\"ok\":true,\"type\":\"rezumat\",\"card\":{\"workTitle\":\"Moromeții\",\"summary\":\"...\",\"link\":\"/opere/morometii#rezumat\"}}"}],"outputType":"rezumat","outputFields":[{"name":"workTitle","type":"string","description":"Titlul operei"},{"name":"summary","type":"string","description":"Rezumatul (preview 280 char)"},{"name":"link","type":"string","description":"Link către #rezumat"}],"resultPagePathPattern":"/opere/{slug}#rezumat","execUrl":"/api/v1/ai/exec","execExample":{"method":"POST","url":"/api/v1/ai/exec","body":{"cmd":"rezumat","args":["morometii"]}}}