Recallai

Learn how to use Recallai with Composio

Overview

Enum

RECALLAI

Description

Recall.ai provides a single API for meeting bots on every platform like Zoom, Google Meet, Microsoft Teams and more.

Authentication Details

api_key
stringRequired
region
stringRequired

Actions

Create a new bot.

Action Parameters

automatic_leave
object
automatic_video_output
object
bot_name
string
google_meet
object
include_bot_in_recording
object
join_at
string
meeting_url
stringRequired
output_media
object
real_time_media
object
real_time_transcription
object
recording_mode
stringDefaults to speaker_view
recording_mode_options
object
slack_authenticator
object
slack_huddle_observer
object
variant
object
zoom
object

Action Response

data
object
error
successful
boolean

Get list of chat messages read by the bot in the meeting(excluding messages sent by the bot itself).

Action Parameters

id
stringRequired

Action Response

data
object
error
successful
boolean

List all bots

Action Parameters

Action Response

data
object
error
successful
boolean

Get list of chat messages read by the bot in the meeting(excluding messages sent by the bot itself).

Action Parameters

bot_id
stringRequired
cursor
string
ordering
string

Action Response

data
object
error
successful
boolean

Removes the bot from the meeting. this is irreversable.

Action Parameters

id
stringRequired

Action Response

data
object
error
successful
boolean

Get a bot instance.

Action Parameters

bot_id
stringRequired

Action Response

data
object
error
successful
boolean

Instructs the bot to start recording the meeting. this will restart the current recording if one is already in progress.

Action Parameters

id
stringRequired
real_time_media
object
real_time_transcription
object
recording_mode
stringDefaults to speaker_view
recording_mode_options
object

Action Response

data
object
error
successful
boolean

Instructs the bot to end the current recording.

Action Parameters

id
stringRequired

Action Response

data
object
error
successful
boolean