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
speakers
[Speaker]
The speakers array contains the id and name of the speaker as it appears within the transcript
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 in minutes
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.
meeting_info
MeetingInfo
MeetingInfo metadata fields.
cal_id
String
Calendar provider event ID with a timestamp that helps uniquely identify recurring events
calendar_type
String
Calendar provider name
apps
Apps
Preview of Apps generated from the transcript. Max limit of 5 most recent AI App Outputs per meeting. Use the Apps Query to fetch the entire list of AI App Outputs
The web conferencing url of the meeting. This field is only populated if the meeting was hosted on a supported platform such as Google Meet, Zoom, etc.
analytics
MeetingAnalytics
MeetingAnalytics contains analytics data about the meeting, including:
  • sentiments: Sentiment analysis showing percentages of positive, neutral, and negative sentiments
  • categories: Counts of different types of content (questions, date/times, metrics, tasks)
  • speakers: Detailed analytics for each speaker including duration, word count, filler words, etc.
You need to be subscribed to subscribed to a pro or higher plan to query meeting analytics. View plans here

Additional Resources