Skip to main content
POST
/
v2
/
meeting-bots
{
  "scenario_id": "scenario_abc123",
  "meeting_url": "https://meet.google.com/abc-defg-hij",
  "bot_name": "Sales Coach"
}
{
  "bots": [
    {
      "id": "bot_abc123",
      "meeting_url": "https://meet.google.com/abc-defg-hij",
      "status": "scheduled",
      "created_at": "2024-01-15T10:30:00Z"
    }
  ]
}
Schedule a meeting bot to join a video call and provide real-time analysis. Supports multiple URLs (newline-separated) for batch scheduling.
Requires access_meet_bot enabled for your account.
scenario_id
string
required
The scenario to use for analysis
meeting_url
string
required
The meeting URL(s) to join. Multiple URLs can be separated by newlines.
bot_name
string
default:"ToughTongue AI"
Display name for the bot in the meeting
{
  "scenario_id": "scenario_abc123",
  "meeting_url": "https://meet.google.com/abc-defg-hij",
  "bot_name": "Sales Coach"
}
{
  "bots": [
    {
      "id": "bot_abc123",
      "meeting_url": "https://meet.google.com/abc-defg-hij",
      "status": "scheduled",
      "created_at": "2024-01-15T10:30:00Z"
    }
  ]
}