Sentiment Score

Provides sentiment score for the conversation

The Meetra AI API provides endpoint for analyzing and extracting sentiment scores from processed meeting recording.

Endpoint:

/single-feature-api/meeting/meeting-sentiment

HTTP Method: GET

Parameters

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

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

Responses

Meeting_sentiment (schema)

Example Request

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

Example Response

{
  "sentiment_score": 75
}

Error Responses

UploadError400 (schema)

UploadError401 (schema)

Last updated