2026-05-11

Changes from recent development in Speaking Bots

The content in this document is automatically generated from service updates. It should be re-read by a human or at least an AI ;)

Changed Files

content/docs/speaking-bots/reference/bots/join_meeting_bots_post.mdx
content/docs/speaking-bots/reference/bots/leave_bot_bots__bot_id__delete.mdx
content/docs/speaking-bots/reference/personas/generate_persona_image_personas_generate_image_post.mdx

Changes

diff --git a/content/docs/speaking-bots/reference/bots/join_meeting_bots_post.mdx b/content/docs/speaking-bots/reference/bots/join_meeting_bots_post.mdx
index f6744ec..02aef70 100644
--- a/content/docs/speaking-bots/reference/bots/join_meeting_bots_post.mdx
+++ b/content/docs/speaking-bots/reference/bots/join_meeting_bots_post.mdx
@@ -15,6 +15,22 @@ _openapi:
           MeetingBaas
 
           and processes audio using Pipecat's voice AI framework.
+      - content: >-
+          meeting_url: URL of the Google Meet, Zoom or Microsoft Teams meeting
+          to join
+      - content: 'bot_name: Name to display for the bot in the meeting'
+      - content: >-
+          personas: List of persona names to use. The first available will be
+          selected.
+      - content: bot_image
+      - content: entry_message
+      - content: extra
+      - content: enable_tools
+      - content: prompt
+      - content: >-
+          bot_id: The MeetingBaas bot ID used for API operations with
+          MeetingBaas
+      - content: detail
 ---
 
 {/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
@@ -24,4 +40,4 @@ Create and deploy a speaking bot in a meeting.
 Launches an AI-powered bot that joins a video meeting through MeetingBaas
 and processes audio using Pipecat's voice AI framework.
 
-<APIPage document={"./speaking-bots-openapi.json"} operations={[{"path":"/bots","method":"post"}]} />
\ No newline at end of file
+<APIPage document={"./speaking-bots-openapi.json"} operations={[{"path":"/bots","method":"post"}]} />
diff --git a/content/docs/speaking-bots/reference/bots/leave_bot_bots__bot_id__delete.mdx b/content/docs/speaking-bots/reference/bots/leave_bot_bots__bot_id__delete.mdx
index 886e0e3..56455bd 100644
--- a/content/docs/speaking-bots/reference/bots/leave_bot_bots__bot_id__delete.mdx
+++ b/content/docs/speaking-bots/reference/bots/leave_bot_bots__bot_id__delete.mdx
@@ -14,6 +14,10 @@ _openapi:
           1. Call the MeetingBaas API to make the bot leave
           2. Close WebSocket connections if they exist
           3. Terminate the associated Pipecat process
+      - content: >-
+          bot_id: The MeetingBaas bot ID to remove from the meeting. This will
+          also close the WebSocket connection made through Pipecat by this bot.
+      - content: detail
 ---
 
 {/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
@@ -25,4 +29,4 @@ This will:
 2. Close WebSocket connections if they exist
 3. Terminate the associated Pipecat process
 
-<APIPage document={"./speaking-bots-openapi.json"} operations={[{"path":"/bots/{bot_id}","method":"delete"}]} />
\ No newline at end of file
+<APIPage document={"./speaking-bots-openapi.json"} operations={[{"path":"/bots/{bot_id}","method":"delete"}]} />
diff --git a/content/docs/speaking-bots/reference/personas/generate_persona_image_personas_generate_image_post.mdx b/content/docs/speaking-bots/reference/personas/generate_persona_image_personas_generate_image_post.mdx
index 24d1200..dec07bb 100644
--- a/content/docs/speaking-bots/reference/personas/generate_persona_image_personas_generate_image_post.mdx
+++ b/content/docs/speaking-bots/reference/personas/generate_persona_image_personas_generate_image_post.mdx
@@ -8,10 +8,22 @@ _openapi:
     headings: []
     contents:
       - content: Generate an image for a persona using Replicate.
+      - content: 'name: Name of the persona to generate an image for'
+      - content: >-
+          description: Detailed description of the persona's appearance and
+          characteristics
+      - content: 'gender: Gender of the persona (optional)'
+      - content: >-
+          characteristics: List of specific characteristics or features of the
+          persona
+      - content: 'name: Name of the persona'
+      - content: 'image_url: URL of the generated image'
+      - content: 'generated_at: Timestamp when the image was generated'
+      - content: detail
 ---
 
 {/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
 
 Generate an image for a persona using Replicate.
 
-<APIPage document={"./speaking-bots-openapi.json"} operations={[{"path":"/personas/generate-image","method":"post"}]} />
\ No newline at end of file
+<APIPage document={"./speaking-bots-openapi.json"} operations={[{"path":"/personas/generate-image","method":"post"}]} />

On this page