---
title: "Notifies a MeetGeek bot to join a meeting"
method: POST
path: "/v1/bot/join"
tags: ["bot"]
---

# Notifies a MeetGeek bot to join a meeting

`POST /v1/bot/join`

Notifies a MeetGeek bot to join a meeting

## Request body

- GithubComMeetgeekaiApiInternalModelsBotJoinRequest
  - `join_link` string, required
  - `language_code` string — Please consult the [appendix](/api-reference/v1/appendix-language-codes) for all available language code options
  - `template_name` string — Please consult the [appendix](/api-reference/v1/appendix-template-names) for all available meeting template options
  - `meeting_name` string — Overrides AI generated meeting title

## Response `200`

OK

- GithubComMeetgeekaiApiInternalModelsBotJoinResponse
  - `meeting_id` string
  - `message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/meetgeek/apis/meetgeek-api.md) · [All operations](https://skmtc.net/meetgeek/apis/meetgeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meetgeek/meetgeek-api/versions/ce4878e0e19c/schema)
