Individual Speaker Balance
This endpoint allows you to retrieve the list of speakers along with their speaking percentages in a processed meeting.
URL: /speakers-balance
/speakers-balance
Method: GET
GET
Parameters
Authorization: Bearer token (header)
file-hash: Hash of the meeting recording file (query)
Responses
200 OK: List of speakers successfully retrieved
Example:
400 Bad Request: Invalid request
Example:
401 Unauthorized: Unauthorized access
Example:
404 Not Found: Meeting not found
Example:
By utilizing this endpoint, you can obtain valuable information about the distribution of speaking percentages among the different speakers in a processed meeting.
Last updated