Speaker Key Points
Retrieves the list of key points stated by speakers in a processed meeting.
URL
Method
Description
This endpoint allows you to retrieve the list of key points stated by speakers in a processed meeting. Key points are important statements or highlights made by the speakers during the meeting.
Parameters
Authorization
(header parameter, required): Bearer token for authentication.file-hash
(query parameter, required): Hash of the meeting recording file.
Responses
200: Meeting key points successfully retrieved. Returns a JSON object containing the key points stated by speakers (
Key_point_model
).400: Bad request error.
401: Unauthorized error.
404: Meeting not found error.
Other possible responses are not specified.
Key_point_model
This is the JSON response schema for the successful 200 response:
key_points
: An object where the keys are the speaker IDs and the values are arrays of key points stated by each speaker.
Example
Request
Response
This example response shows the key points stated by different speakers in the processed meeting. Each speaker is identified by their speaker ID, and the key points are provided as an array of strings.
Last updated