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

Upload Audio / Video material

This endpoint allows you to upload an audio or video file, associating it with your organization.

Parameters

  • Authorization: Bearer token (header)

  • file: Audio or video file (formData)

  • organization: Organization name (formData)

Responses

  • 201 Created: File successfully uploaded

    • Example:

      {
        "message": "File successfully uploaded",
        "file-hash": "7faa938dfb14e7ca8129a40a7e47bb02"
      }
  • 400 Bad Request: Invalid request

    • Example:

      {
        "message": "No file part in the request"
      }
  • 401 Unauthorized: Unauthorized access

    • Example:

      {
        "message": "Invalid token"
      }
  • 429 Too Many Requests: Too many requests

    • Example:

      {
        "message": "Too many requests"
      }

By utilizing this endpoint, you can easily upload audio or video files for processing and analysis, enabling you to extract valuable insights from your meetings.

PreviousUser LoginNextSpeaker Detection

Last updated 1 year ago