v1

latestOpenAPI 3.0.0Apache 2.02026-07-13122958.1 KB
bot

Notifies a MeetGeek bot to join a meeting

Notifies a MeetGeek bot to join a meeting

post/v1/bot/join

Request body

join_linkstring required
language_codestring

Please consult the appendix for all available language code options

template_namestring

Please consult the appendix for all available meeting template options

meeting_namestring

Overrides AI generated meeting title

Example request

{
  "join_link": "https://meet.google.com/uum-kpde-wym",
  "language_code": "en-US",
  "template_name": "General meeting",
  "meeting_name": "Q3 Town Hall"
}

Response

OK

meeting_idstring
messagestring

Example response

{
  "meeting_id": "04688faf-b98b-468c-9723-6242b818e025",
  "message": "MeetGeek bot will join shortly"
}