Recallai

Learn how to use Recallai with Composio

Overview

SLUG

RECALLAI

Description

The universal API for meeting bots & conversation data.

Authentication Details

region
stringRequired
generic_api_key
stringRequired

Tools

SLUG: RECALLAI_CREATE_BOT

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
objectRequired
error
string
successful
booleanRequired

SLUG: RECALLAI_DELETE_BOT

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
objectRequired
error
string
successful
booleanRequired

SLUG: RECALLAI_LIST_BOTS

List all bots

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: RECALLAI_LIST_CHAT_MESSAGES

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
objectRequired
error
string
successful
booleanRequired

SLUG: RECALLAI_REMOVE_BOT_FROM_CALL

Removes the bot from the meeting. this is irreversable.

Action Parameters

id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: RECALLAI_RETRIEVE_BOT

Get a bot instance.

Action Parameters

bot_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: RECALLAI_START_RECORDING

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
objectRequired
error
string
successful
booleanRequired

SLUG: RECALLAI_STOP_RECORDING

Instructs the bot to end the current recording.

Action Parameters

id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired