Docs
open_in_new Sign in Get API key
bots

Send the Klang bot to a video meeting

Asks the Klang recorder bot to join a video meeting (Google Meet, Microsoft Teams, or Zoom) and produce a transcript. The bot uses the workspace's configured display name and avatar. The endpoint returns immediately with the id of the conversation the transcript will land on. Wait for the conversation.ready webhook to fire, or poll GET /api/v1/conversations/{id} if you'd rather drive this synchronously.

POST /api/v1/bots

Body

meeting_urlREQUIRED
string · uri
Join URL for the meeting. Must be a Google Meet, Microsoft Teams, or Zoom URL — other hosts return 400.
nameREQUIRED
string
Title for the resulting conversation. Shown in the app and used as the default title on the conversation.
language
string
Spoken language as ISO 639-3 (e.g. eng, swe), or auto to let Klang detect it. Defaults to auto.
folder_id
string
Folder to save the conversation into. Defaults to the user's default folder.

Response fields

id
string
ID of the conversation the transcript will land on.
meeting_url
string
status
"pending"