Interaction Strength Between Speakers
Last updated
Last updated
The Meetra AI API provides endpoints for analyzing and extracting conversation interaction strength between pairs of speakers.
Endpoint
/single-feature-api/meeting/meeting-interactions
HTTP Method: GET
Authorization
(header): Bearer token required for authentication.
file-hash
(query): Hash of the meeting recording file.
HTTP Status Code | Description | Schema |
---|---|---|
Interactions (schema)
Property | Type | Description |
---|---|---|
Node (schema)
Property | Type | Description |
---|---|---|
Example Request
Example Response
UploadError400 (schema)
UploadError401 (schema)
HTTP Status Code | Description | Schema |
---|---|---|
Property | Type | Description |
---|---|---|
Property | Type | Description |
---|---|---|
200
Meeting interactions successfully retrieved.
Interactions
400
Bad request.
UploadError400
401
Unauthorized.
UploadError401
404
Meeting not found.
-
nodes
array
List of interaction nodes.
between
array
Speaker IDs between whom the interaction occurred.
value
number
The value of the interaction score.
400
Bad request.
UploadError400
401
Unauthorized.
UploadError401
404
Meeting not found.
-
message
string
Error message.
message
string
Error message.