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

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
successful
boolean
error

Removes the bot from the meeting. this is irreversable.

Action Parameters

id
stringRequired

Action Response

data
object
successful
boolean
error

List all bots

Action Parameters

Action Response

data
object
successful
boolean
error

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_transcription
object
real_time_media
object
recording_mode
stringDefaults to speaker_view
recording_mode_options
object

Action Response

data
object
successful
boolean
error

Instructs the bot to end the current recording.

Action Parameters

id
stringRequired

Action Response

data
object
successful
boolean
error

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
successful
boolean
error

Get a bot instance.

Action Parameters

bot_id
stringRequired

Action Response

data
object
successful
boolean
error

Create a new bot.

Action Parameters

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

Action Response

data
object
successful
boolean
error