# Generate an AI summary of a chatroom and store it (manager) **POST /manager/chatrooms/{id}/summaries** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **id** (integer) The chatroom id ## Responses ### 200 Returns the chatroom summary generated by AI #### Body: application/json (object) - **date_insert** (string) - **summary** (string) - **anomaly** (integer) - **topic** (integer) ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 403 Forbidden - You don't have permission to access this route [Powered by Bump.sh](https://bump.sh)