---
title: Unified Conversational Intelligence API — Truto Unified API
slug: conversational-intelligence
canonical: "https://truto.one/unified-apis/conversational-intelligence/"
---

# Conversational Intelligence Unified API

Integrate Conversational Intelligence data across 5 providers with one API. 3 normalized resources, real-time pass-through, fully customizable.

**Base URL:** `https://api.truto.one/unified/conversational-intelligence`  
**Resources:** 3  
**Integrations:** 5

## Resources

### Meetings

The meeting represent a meeting in the conversation. (16 fields)

- `id` (string) — The unique identifier for a meeting
- `title` (string) — Title of the meeting
- `attendees` (array) — List of attendees
- `duration` (integer) — Duration of the meeting in seconds
- `start_time` (string) — Start time of the meeting in ISO 8601 format
- `end_time` (string) — End time of the meeting in ISO 8601 format
- `audio_recording_url` (string) — URL of the audio recording of the meeting
- `video_recording_url` (string) — URL of the video recording of the meeting
- `status` (string) — Status of the meeting
- `topics` (array) — List of topics discussed in the meeting
- `type` (string) — Type of the meeting
- `transcript` (array) — List of sentences in the transcript of the meeting
- `created_at` (string) — Creation time of the meeting
- `updated_at` (string) — Last updated time of the meeting
- `meeting_url` (string) — URL of the meeting
- `calender_event` (string) — The unique identifier of the meeting in Google or Outlook Calendar

### Transcripts

The transcript represents the written text of the spoken dialogue during the meeting. (5 fields)

- `id` (string) — The unique identifier for transcript
- `meeting` (object) — The transcript's meeting
- `entries` (array) — List of sentences in the transcript of the meeting
- `start_time` (number) — The start time of the transcript
- `end_time` (number) — The end time of the transcript

### Users

The user represent a user in the conversation. (5 fields)

- `id` (string) — The unique identifier for a user
- `name` (string) — Name of the user
- `emails` (array) — List of email addresses of the user
- `created_at` (string) — Creation time of the user
- `updated_at` (string) — Last updated time of the user

## Supported integrations

- [Avoma](https://truto.one/integrations/detail/avoma/)
- [Chorus](https://truto.one/integrations/detail/chorus/)
- [Fireflies.ai](https://truto.one/integrations/detail/firefliesai/)
- [Gong](https://truto.one/integrations/detail/gong/)
- [Wingman](https://truto.one/integrations/detail/wingman/)
