Skip to main content

Add Bot to Meeting

info

This endpoint enables you to add an AI-powered bot to your meetings for automated transcription, note-taking, and task extraction.

API Endpoint

[POST] /v1/integrations/bot/meeting
Platform Support

Currently supported meeting platforms:

  • Google Meet
  • Microsoft Teams
  • Zoom

Request

Request Body

{
"email": "{Bot Owner's Platform Mail}",
"meeting_name": "Test Toplantısı",
"meeting_url": "https://meet.google.com/1111111",
"language": "tr",
"meeting_date_time": "2024-10-29T19:58:00Z",
"is_not_save_video": false
}

Request Fields

FieldTypeRequiredValidationDescription
emailstringYesValid email formatBot owner's platform email address
meeting_namestringYes1-100 charactersName of the meeting
meeting_urlstringYesValid meeting URLURL of the meeting to add the bot to
languagestringYesValid language codeLanguage code for the bot
meeting_date_timestringNoISO 8601 formatMeeting date and time
is_not_save_videobooleanNotrue or falseIf true, the video will not be saved

Supported Languages

RegionLanguage Codes
Europeanbg (Bulgarian), ca (Catalan), cs (Czech), da-DK (Danish), nl (Dutch), et (Estonian), fi (Finnish), nl-BE (Flemish), fr (French), de (German), de-CH (Swiss German), el (Greek), hu (Hungarian), it (Italian), lv (Latvian), lt (Lithuanian), no (Norwegian), pl (Polish), pt (Portuguese), ro (Romanian), ru (Russian), sk (Slovak), es (Spanish), sv-SE (Swedish), uk (Ukrainian)
Asianzh-CN (Chinese Simplified), hi (Hindi), hi-Latn (Hindi Latin), id (Indonesian), ja (Japanese), ko (Korean), ko-KR (Korean South), ms (Malay), th-TH (Thai), vi (Vietnamese)
Americanen-US (English US), pt-BR (Portuguese Brazil)

Response

Success Response (200)

{
"meeting_id": "NbyJiPxSR5Vp5ZW8GxRa"
}
note

A successful bot addition returns a 200 status code with no content in the response body.