Conversational Energy

Retrieve Energy Score from the Conversation

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

Parameters

  • Authorization (header): Bearer token required for authentication.

  • file-hash (query): Hash of the meeting recording file.

Responses

Meeting_energy (schema)

Example Request

GET /single-feature-api/meeting/meeting-energy?file-hash=abcdef1234567890
Authorization: Bearer <JWT_token>

Example Response

{
  "meeting_energy": 35
}

Error Responses

UploadError400 (schema)

UploadError401 (schema)

Last updated