Fireflies

Learn how to use Fireflies with Composio

Overview

Enum

FIREFLIES

Description

Fireflies.ai helps your team transcribe, summarize, search, and analyze voice conversations.

Authentication Details

api_key
stringRequired
base_url
stringDefaults to https://api.fireflies.ai/graphql

Actions

The addtolive action allows you to add the fireflies.ai bot to an ongoing meeting.

Action Parameters

attendees
array
duration
integerDefaults to 60
language
stringDefaults to English
meeting_link
stringRequired
meeting_password
string
title
string

Action Response

data
object
error
successful
boolean

The deletetranscriptbyid action is designed to delete a specific transcript by its id.

Action Parameters

id
string

Action Response

data
object
error
successful
boolean

Fetch outputs for a specific ai app or meeting/transcript.

Action Parameters

app_id
stringRequired
limit
integerDefaults to 10
skip
integer
transcript_id
stringRequired

Action Response

data
object
error
successful
boolean

The getbites action is designed to fetch a list of bites against input arguments.

Action Parameters

limit
integer
mine
boolean
my_team
boolean
skip
integer
transcript_id
string

Action Response

data
object
error
successful
boolean

The getbite action is designed to fetch details associated with a specific bite id.

Action Parameters

id
string

Action Response

data
object
error
successful
boolean

The gettranscripts action is designed to fetch a list of transcripts against input arguments.

Action Parameters

from_date
string
host_email
string
limit
integer
organizer_email
string
participant_email
string
skip
integer
title
string
to_date
string
user_id
string

Action Response

data
object
error
successful
boolean

The gettranscriptbyid action is designed to fetch details associated with a specific transcript id.

Action Parameters

id
stringRequired

Action Response

data
object
error
successful
boolean

The getusers action is designed to fetch a list of all users within the team.

Action Parameters

Action Response

data
object
error
successful
boolean

The getuser action is designed to fetch details associated with a specific user id.

Action Parameters

id
stringRequired

Action Response

data
object
error
successful
boolean

The uploadaudio action allows you to upload audio files to fireflies.ai for transcription.

Action Parameters

attendees
array
client_reference_id
string
custom_language
string
save_video
boolean
title
stringRequired
url
stringRequired
webhook
string

Action Response

data
object
error
successful
boolean