Meetra AI
  • Welcome to Meetra AI API
  • Meetra AI Conversation Intelligence API Building Blocks
  • Meetra AI Conversation Intelligence API Reference
    • User Login
    • Upload Audio / Video material
    • Speaker Detection
    • Rename Speaker
    • Speaker Balance Score
    • Topic Dynamics & Details
    • Speaker Key Points
    • Conversation and Speaker Summaries
    • Conversation Topics and Keywords
    • Questions Asked
    • Conversation Transcript
    • Conversation Dynamics
    • Conversation Emotions
    • Speaker Emotions Over Time
    • Sentiment Score
    • Conversational Energy
    • Interaction Score
    • Interaction Strength Between Speakers
    • Speaker Audio Quality
    • Individual Speaker Balance
  • Built with Meetra AI
    • 🌟NorthStar
      • Example: Meeting Quality Analysis
  • Contact Us
  • Tech Stack and Models
    • Project Structure
    • Database Structure
    • General Audio Processing Flow
    • Security Considerations
    • Open Source Usage in the Codebase
Powered by GitBook
On this page
  1. Meetra AI Conversation Intelligence API Reference

Interaction Score

The Meetra AI API provides endpoints for analyzing and extracting interaction scores from processed meeting recordings. This documentation specifically covers the endpoints related to meeting interaction score.

Endpoint

/single-feature-api/meeting/meeting-interaction_score

HTTP Method: GET

Parameters

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

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

Responses

HTTP Status Code
Description
Schema

200

Meeting interaction score successfully retrieved.

Meeting_interaction_score

400

Bad request.

UploadError400

401

Unauthorized.

UploadError401

404

Meeting not found.

-

Meeting_interaction_score (schema)

Property
Type
Description

meeting_interaction_score

number

Meeting interaction score.

Example Request

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

Example Response

{
  "meeting_interaction_score": 20
}

Error Responses

HTTP Status Code
Description
Schema

400

Bad request.

UploadError400

401

Unauthorized.

UploadError401

404

Meeting not found.

-

UploadError400 (schema)

Property
Type
Description

message

string

Error message.

UploadError401 (schema)

Property
Type
Description

message

string

Error message.

PreviousConversational EnergyNextInteraction Strength Between Speakers

Last updated 1 year ago