{"cmd":"moment","aliases":[],"category":"literatura","summary":"Specific narrative moment of a work (or full list)","description":"Returns a specific narrative moment of the work. Without index, returns the list of all moments. With index (1, 2, ...) returns details and animated video. Works have 7-15 narrative moments.","syntax":"/moment <slug> [index]","args":[{"name":"slug","type":"slug","required":true,"description":"Work slug","example":"morometii"},{"name":"index","type":"number","required":false,"description":"Moment number (1-based)","example":"3"}],"examples":[{"request":"/moment morometii 3","response":"{\"ok\":true,\"type\":\"moment_single\",\"card\":{\"workTitle\":\"Moromeții\",\"name\":\"Moromete la piața din Caracal\",\"description\":\"...\",\"orderIndex\":3,\"link\":\"/opere/morometii?moment=3#momentele-operei\"}}"},{"request":"/moment morometii","response":"{\"ok\":true,\"type\":\"moment_list\",\"card\":{\"items\":[...]}}","description":"Toate momentele"}],"outputType":"moment_single | moment_list","outputFields":[{"name":"name","type":"string","description":"Titlul momentului"},{"name":"description","type":"string","description":"Descriere narativă"},{"name":"orderIndex","type":"number","description":"Numărul momentului"},{"name":"thumbnail","type":"string","description":"URL thumbnail video"},{"name":"videoUrl","type":"string","description":"URL video animat al momentului"},{"name":"link","type":"string","description":"Link cu ?moment={N}"}],"resultPagePathPattern":"/opere/{slug}?moment={index}#momentele-operei","execUrl":"/api/v1/ai/exec","execExample":{"method":"POST","url":"/api/v1/ai/exec","body":{"cmd":"moment","args":["morometii"]}}}