Speaker Balance Score
API endpoint to retrieve the speaker balance score of a processed meeting.
Endpoint
Parameters
Name | Type | Description |
---|---|---|
Authorization | Header | Bearer token for authentication. |
file-hash | Query | Hash of the meeting recording file. |
Request Headers
The request should include the following header:
Request Query Parameters
The request should include the following query parameter:
Name | Type | Required | Description |
---|---|---|---|
file-hash | string | true | Hash of the meeting recording file. |
Responses
HTTP Code | Description |
---|---|
200 | Success. Returns the meeting balance score as a JSON response. |
400 | Bad request. Invalid or missing parameters. |
401 | Unauthorized. Invalid or expired token. |
404 | Meeting not found. |
Success Response
HTTP Code: 200
Response Body:
Error Responses
HTTP Code: 400
Response Body:
HTTP Code: 401
Response Body:
HTTP Code: 404
Response Body:
Example
Request
Response
Error Codes
HTTP Code | Description |
---|---|
400 | Bad request. Invalid or missing parameters. |
401 | Unauthorized. Invalid or expired token. |
404 | Meeting not found. |
Last updated