Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/images/attendee-add-gladia-credentials.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/attendee-gladia-credentials.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
125 changes: 125 additions & 0 deletions chapters/integrations/attendee.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
---
title: "Attendee"
description: "How to integrate Gladia with the Attendee Meeting Bot API"

Check warning on line 3 in chapters/integrations/attendee.mdx

View check run for this annotation

Mintlify / Mintlify Validation (gladia-95) - vale-spellcheck

chapters/integrations/attendee.mdx#L3

Did you really mean 'Gladia'?
---

## What is Attendee?

[Attendee](https://attendee.dev/) is an open‑source, universal Meeting Bot API that can join Zoom, Google Meet, and Microsoft Teams calls, capture per‑participant audio, and route it to a transcription provider in real time. By connecting Gladia STT, you get accurate, multilingual transcription with perfect speaker diarization for your meeting recordings without building any of the bot or RTC plumbing yourself.

Check warning on line 8 in chapters/integrations/attendee.mdx

View check run for this annotation

Mintlify / Mintlify Validation (gladia-95) - vale-spellcheck

chapters/integrations/attendee.mdx#L8

Did you really mean 'Gladia'?

Check warning on line 8 in chapters/integrations/attendee.mdx

View check run for this annotation

Mintlify / Mintlify Validation (gladia-95) - vale-spellcheck

chapters/integrations/attendee.mdx#L8

Did you really mean 'diarization'?

<Tip>
Looking for API details and options? See the Attendee docs:
[docs.attendee.dev](https://docs.attendee.dev/) and the Gladia docs

Check warning on line 12 in chapters/integrations/attendee.mdx

View check run for this annotation

Mintlify / Mintlify Validation (gladia-95) - vale-spellcheck

chapters/integrations/attendee.mdx#L12

Did you really mean 'Gladia'?
[docs.gladia.io](https://docs.gladia.io/). Attendee is open source on GitHub:
[attendee-labs/attendee](https://github.com/attendee-labs/attendee).
</Tip>

## Benefits of integration

- **Single API for multiple platforms**: Join and transcribe meetings from Zoom, Google Meet, and Microsoft Teams through one consistent API
- **Open source**: Self‑host Attendee or use the hosted version at [app.attendee.dev](https://app.attendee.dev/)
- **Per‑participant audio**: Third‑party transcription uses separate audio streams for perfect speaker diarization on Zoom and Google Meet

Check warning on line 21 in chapters/integrations/attendee.mdx

View check run for this annotation

Mintlify / Mintlify Validation (gladia-95) - vale-spellcheck

chapters/integrations/attendee.mdx#L21

Did you really mean 'diarization'?
- **Multilingual**: Gladia supports automatic language detection and code switching for speakers who change languages mid‑sentence

Check warning on line 22 in chapters/integrations/attendee.mdx

View check run for this annotation

Mintlify / Mintlify Validation (gladia-95) - vale-spellcheck

chapters/integrations/attendee.mdx#L22

Did you really mean 'Gladia'?
- **Real‑time webhooks**: Receive `transcript.update` events as utterances are produced

## What you can build

- Meeting assistants that take notes, summaries, and action items
- Live captions for meetings, webinars, and trainings
- Contact‑center analytics and QA from customer calls
- LLM agents that join calls and understand participants in real time

## Setup instructions

### Prerequisites

1. An Attendee account (hosted at [app.attendee.dev](https://app.attendee.dev/) or self‑hosted) with an API key
2. A Gladia account with an API key

Check warning on line 37 in chapters/integrations/attendee.mdx

View check run for this annotation

Mintlify / Mintlify Validation (gladia-95) - vale-spellcheck

chapters/integrations/attendee.mdx#L37

Did you really mean 'Gladia'?

### Add your Gladia API key in Attendee

Check warning on line 39 in chapters/integrations/attendee.mdx

View check run for this annotation

Mintlify / Mintlify Validation (gladia-95) - vale-spellcheck

chapters/integrations/attendee.mdx#L39

Did you really mean 'Gladia'?

Attendee calls Gladia with an API key that you provide:

Check warning on line 41 in chapters/integrations/attendee.mdx

View check run for this annotation

Mintlify / Mintlify Validation (gladia-95) - vale-spellcheck

chapters/integrations/attendee.mdx#L41

Did you really mean 'Gladia'?

1. [Sign up for a Gladia account](https://app.gladia.io/auth/signup) if you don't have one
2. Copy your key from the Gladia dashboard: [app.gladia.io/apikeys](https://app.gladia.io/apikeys)

Check warning on line 44 in chapters/integrations/attendee.mdx

View check run for this annotation

Mintlify / Mintlify Validation (gladia-95) - vale-spellcheck

chapters/integrations/attendee.mdx#L44

Did you really mean 'Gladia'?
3. In Attendee, go to **Settings → Credentials** and find the **Gladia Credentials** card, then click **Add Credentials**

Check warning on line 45 in chapters/integrations/attendee.mdx

View check run for this annotation

Mintlify / Mintlify Validation (gladia-95) - vale-spellcheck

chapters/integrations/attendee.mdx#L45

Did you really mean 'Gladia'?

<Frame caption="Settings → Credentials in the Attendee dashboard">
<img src="/assets/images/attendee-gladia-credentials.png" alt="Gladia Credentials card in the Attendee Settings → Credentials page" />

Check warning on line 48 in chapters/integrations/attendee.mdx

View check run for this annotation

Mintlify / Mintlify Validation (gladia-95) - vale-spellcheck

chapters/integrations/attendee.mdx#L48

Did you really mean 'Gladia'?
</Frame>

4. Paste your Gladia API key and click **Save Credentials**

Check warning on line 51 in chapters/integrations/attendee.mdx

View check run for this annotation

Mintlify / Mintlify Validation (gladia-95) - vale-spellcheck

chapters/integrations/attendee.mdx#L51

Did you really mean 'Gladia'?

<Frame caption="Add your Gladia API key">
<img src="/assets/images/attendee-add-gladia-credentials.png" alt="Add Gladia Credentials dialog with the API Key field" />
</Frame>

## Quickstart via API

When creating a bot, select Gladia as the transcription provider in the `transcription_settings` object of the [Create Bot request](https://docs.attendee.dev/api-reference/tag/bots/post/api/v1/bots):

Check warning on line 59 in chapters/integrations/attendee.mdx

View check run for this annotation

Mintlify / Mintlify Validation (gladia-95) - vale-spellcheck

chapters/integrations/attendee.mdx#L59

Did you really mean 'Gladia'?

```bash
curl -X POST "https://app.attendee.dev/api/v1/bots" \
-H "Authorization: Token <ATTENDEE_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"meeting_url": "https://meet.google.com/xyz-abc-def",
"bot_name": "My Bot",
"transcription_settings": {
"gladia": {}
}
}'
```

### Gladia provider options

Check warning on line 74 in chapters/integrations/attendee.mdx

View check run for this annotation

Mintlify / Mintlify Validation (gladia-95) - vale-spellcheck

chapters/integrations/attendee.mdx#L74

Did you really mean 'Gladia'?

Set Gladia‑specific options inside the `gladia` object:

| Parameter | Type | Description |
| --- | --- | --- |
| `enable_code_switching` | boolean | Transcribe meetings where speakers switch languages mid‑sentence |
| `code_switching_languages` | array of strings | The languages to consider when code switching is enabled. See [supported languages](https://docs.gladia.io/chapters/limits-and-specifications/languages) |

Example with code switching enabled:

```bash
curl -X POST "https://app.attendee.dev/api/v1/bots" \
-H "Authorization: Token <ATTENDEE_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"meeting_url": "https://meet.google.com/xyz-abc-def",
"bot_name": "My Bot",
"transcription_settings": {
"gladia": {
"enable_code_switching": true,
"code_switching_languages": ["en", "fr", "es"]
}
}
}'
```

## Fetching transcripts

Receive utterances in real time by enabling the `transcript.update` webhook trigger in **Settings → Webhooks**, or pull the transcript during and after the meeting from the [`/transcript` endpoint](https://docs.attendee.dev/api-reference/tag/bots/get/api/v1/bots/object_id/transcript).

## Next steps

<CardGroup cols={3}>
<Card title="Get your API key" href="https://app.gladia.io/apikeys" icon="key">
Get your API key on the Gladia dashboard

Check warning on line 109 in chapters/integrations/attendee.mdx

View check run for this annotation

Mintlify / Mintlify Validation (gladia-95) - vale-spellcheck

chapters/integrations/attendee.mdx#L109

Did you really mean 'Gladia'?
</Card>
<Card
title="Attendee docs"
icon="book"
href="https://docs.attendee.dev/"
>
Explore the Meeting Bot API and transcription settings
</Card>
<Card
title="Attendee on GitHub"
icon="github"
href="https://github.com/attendee-labs/attendee"
>
Self‑host the open‑source Meeting Bot API
</Card>
</CardGroup>
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"chapters/integrations/vapi",
"chapters/integrations/recall",
"chapters/integrations/meeting-baas",
"chapters/integrations/attendee",
"chapters/integrations/twilio",
"chapters/integrations/videosdk",
"chapters/integrations/composio",
Expand Down
8 changes: 8 additions & 0 deletions snippets/integrations-cards.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
If you want to build fast with Gladia, you can use one of our integration partners:

Check warning on line 1 in snippets/integrations-cards.mdx

View check run for this annotation

Mintlify / Mintlify Validation (gladia-95) - vale-spellcheck

snippets/integrations-cards.mdx#L1

Did you really mean 'Gladia'?

<CardGroup cols={4}>

Expand Down Expand Up @@ -57,12 +57,20 @@
For meeting recorder / agents
</Card>

<Card
title="Attendee"
href="/chapters/integrations/attendee"
icon="https://avatars.githubusercontent.com/u/212451741?v=4"
>
Open-source meeting bot API
</Card>

<Card
title="Twilio"
href="/chapters/integrations/twilio"
icon="https://cdn.worldvectorlogo.com/logos/twilio.svg"
>
To use Gladia with telephony

Check warning on line 73 in snippets/integrations-cards.mdx

View check run for this annotation

Mintlify / Mintlify Validation (gladia-95) - vale-spellcheck

snippets/integrations-cards.mdx#L73

Did you really mean 'Gladia'?
</Card>

<Card
Expand Down