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

Rename Speaker

This endpoint allows you to rename the alias of a speaker in a processed meeting recording.

Endpoint

/single-feature-api/meeting/meeting-interactions

HTTP Method: PUT

Parameters

  • Authorization: Bearer token (header)

  • speaker_id: ID of the speaker (query)

  • new_speaker_alias: New alias for the speaker (query)

Responses

  • 200 OK: Speaker alias successfully renamed

  • 400 Bad Request: Invalid request

  • 401 Unauthorized: Unauthorized access

  • 404 Not Found: Speaker not found

By utilizing this endpoint, you can easily update the alias of a speaker, providing more descriptive and meaningful labels to enhance the clarity and understanding of your meeting content. Aliased speaker names become available to the speaker detection engine for future uploads.


PreviousSpeaker DetectionNextSpeaker Balance Score

Last updated 1 year ago