Conversational Energy
Retrieve Energy Score from the Conversation
Last updated
Retrieve Energy Score from the Conversation
Last updated
The Meetra AI API provides endpoints for analyzing and extracting energy scores from processed meeting recordings. This documentation specifically covers the endpoints related to meeting energy.
Endpoint:
/single-feature-api/meeting/meeting-energy
HTTP Method: GET
Authorization
(header): Bearer token required for authentication.
file-hash
(query): Hash of the meeting recording file.
HTTP Status Code | Description | Schema |
---|---|---|
Meeting_energy (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 energy score successfully retrieved.
Meeting_energy
400
Bad request.
UploadError400
401
Unauthorized.
UploadError401
404
Meeting not found.
-
meeting_energy
number
Meeting energy score.
400
Bad request.
UploadError400
401
Unauthorized.
UploadError401
404
Meeting not found.
-
message
string
Error message.
message
string
Error message.