Conversation Emotions
Last updated
Last updated
The Meetra AI API provides endpoints for analyzing and extracting emotions from processed meeting recordings. This documentation specifically covers the endpoints related to meeting emotions.
Endpoint: /single-feature-api/meeting/meeting-emotions
HTTP Method: GET
Authorization
(header): Bearer token required for authentication.
file-hash
(query): Hash of the meeting recording file.
HTTP Status Code | Description | Schema |
---|---|---|
MeetingEmotionsResponse (schema)
Property | Type | Description |
---|---|---|
MeetingEmotions (schema)
Property | Type | Description |
---|---|---|
Example Request
Example Response
UploadError400 (schema)
UploadError401 (schema)
This concludes the documentation for the Meetra AI API's meeting emotions feature. You can use this endpoint to retrieve the emotions score for a processed meeting, providing the necessary authentication and meeting recording details.
HTTP Status Code | Description | Schema |
---|---|---|
Property | Type | Description |
---|---|---|
Property | Type | Description |
---|---|---|
200
Meeting emotions score successfully retrieved.
MeetingEmotionsResponse
400
Bad request.
UploadError400
401
Unauthorized.
UploadError401
404
Meeting not found.
-
meeting_emotions
object
Meeting emotions score.
anger
number
Anger score.
disgust
number
Disgust score.
fear
number
Fear score.
happiness
number
Happiness score.
neutral
number
Neutral score.
not_sure
number
Not sure score.
400
Bad request.
UploadError400
401
Unauthorized.
UploadError401
404
Meeting not found.
-
message
string
Error message.
message
string
Error message.