Speaker Balance Score
API endpoint to retrieve the speaker balance score of a processed meeting.
Last updated
{
"balance_score": 100
}{
"message": "Bad request"
}{
"message": "Unauthorized"
}{
"message": "Meeting not found"
}GET /single-feature-api/meeting/balance-score?file-hash=7faa938dfb14e7ca8129a40a7e47bb02
Authorization: Bearer <token>HTTP/1.1 200 OK
Content-Type: application/json
{
"balance_score": 100
}