# Meetra AI Conversation Intelligence API Reference

The Meetra AI API allows you to access various features and insights generated from processed meeting recordings using the Conversation Intelligence API. This documentation provides an overview of the API endpoints, their functionalities, request parameters, and response formats.

## Base URL

The base URL for accessing the Meetra AI API is&#x20;

[`http://api-test.meetra.ai:8000/docs`](http://tqai.technischools.com:8000/docs)

## API Endpoints&#x20;

These are all available endpoints. Click individual endpoint for full reference.&#x20;

### General

[user-login](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/user-login "mention")\
Used to obtain authorisation secret for the API

[upload-audio-video-material](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/upload-audio-video-material "mention")\
Uploads audio/video recording of a conversation for future processing

[speaker-detection](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/speaker-detection "mention")\
Detects speakers and provides alias if available in the database

[rename-speaker](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/rename-speaker "mention")\
Renames selected speaker giving it an alias for future recognition

[speaker-audio-quality](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/speaker-audio-quality "mention")\
Detects speaker audio quality including internet connection issues

### Group Dynamics

[speaker-balance-score](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/speaker-balance-score "mention")\
Balance score for the conversation

[individual-speaker-balance](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/individual-speaker-balance "mention")\
Retrieves speaker talk-time balance in % for each active speaker

[conversation-dynamics](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/conversation-dynamics "mention")\
Energy, sentiment, interactions and speaker engagement throughout the conversation

[sentiment-score](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/sentiment-score "mention")\
Provides sentiment score for the conversation

[conversation-emotions](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/conversation-emotions "mention")\
Provides list of emotions and their strength in the conversation

[speaker-emotions-over-time](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/speaker-emotions-over-time "mention")\
Provides individual emotions over time in 1 minute chunks

[conversational-energy](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/conversational-energy "mention")\
Provides energy score for the conversation

[interaction-score](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/interaction-score "mention")\
Provides interaction score for the conversation

[interaction-strength-between-speakers](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/interaction-strength-between-speakers "mention")\
Shows interaction strength between pairs of speakers in the conversation

### Topic Overlay

[topic-dynamics-and-details](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/topic-dynamics-and-details "mention")\
Provides energy, sentiment, speaker engagement and interaction insights into detected topics

### Context&#x20;

[speaker-key-points](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/speaker-key-points "mention")\
Detects emphasized key points for speakers

[conversation-transcript](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/conversation-transcript "mention")\
Provides full transcript with speaker ids and timestamps

[questions-asked](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/questions-asked "mention")\
Maps all questions asked in the conversation

[conversation-and-speaker-summaries](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/conversation-and-speaker-summaries "mention")\
Summarizes the conversation and each speaker input

[conversation-topics-and-keywords](https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/conversation-topics-and-keywords "mention")\
Provides list of topics in the conversation in 5 minute intervals


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
