id
ID

Unique identifier of the Transcript.

title
String

Title of the Transcript.

host_email
String

DEPRECATED
Email address of the meeting host.

organizer_email
String

Email address of the meeting organizer.

user
User

The User who Fred recorded the meeting on behalf of

transcript_url
String

The url to view the transcript in the dashboard

participants
[String]

An array of email addresses of meeting participants guests, including participants that do not have Fireflies account.

meeting_attendees
[MeetingAttendee]
fireflies_users
[String]

An array of email addresses of only Fireflies users participants that have fireflies account that participated in the meeting

duration
Number

Duration of the audio

dateString
DateTime

String representation of DateTime. Example: 2024-04-22T20:14:04.454Z

date
Float

Date the transcript was created represented in milliseconds from EPOCH.

The timezone for this field is UTC +00:00

audio_url
String

Secure, newly generated hashed url that allows you download meeting audio. This url expires after every 24 hours. You’d have to make another request to generate a new audio_url.

You need to be subscribed to subscribed to a pro or higher plan to query audio_url. View plans here

video_url
String

Secure, newly generated hashed url that allows you download meeting video. This url expires after every 24 hours. You’d have to make another request to generate a new video_url. You will need to enable RECORD MEETING VIDEO setting on your Fireflies dashboard for this to work.

You need to be subscribed to a business or higher plan to query video_url. View plans here

sentence
[Sentence]

An array of Sentence(s), containing transcript details like raw_text, speaker_name, etc.

calendar_id
String

Calendar provider event ID. This field represents calId for google calendar and iCalUID for outlook calendar.

summary
Summary

AI generated Summary of the meeting.

Additional Resources