Overview
This document maintains a chronologically ordered list of notable changes for each version of the Fireflies API. It’s designed to make it easier for you to keep track of new features, improvements, and bug fixes.2.16.0
Introduced AskFred, an AI-powered meeting assistant that enables natural language querying of
meeting transcripts. Create conversation threads, ask follow-up questions, and analyze single or
multiple meetings with intelligent, context-aware responses. See AskFred
Overview.
Added
askfred_threads query to list all conversation threads with summary information. See
AskFred Threads.Added
askfred_thread query to retrieve a specific thread with full message history. See AskFred
Thread.Added
createAskFredThread mutation to start new conversations with questions about meetings. See
Create AskFred Thread.Added
continueAskFredThread mutation to add follow-up questions to existing threads. See
Continue AskFred Thread.Added
deleteAskFredThread mutation to remove conversation threads. See Delete AskFred
Thread.Added new schemas: AskFredThread,
AskFredMessage, AskFredThreadSummary,
and AskFredResponse.
2.15.0
Added
updateMeetingChannel mutation to set the channel for one or more meetings. Supports batch
updates of 1–5 transcripts to a single channel and requires meeting owner or team admin
privileges. See Update Meeting Channel.2.14.0
Added
active_meetings query to retrieve meetings currently in progress. Allows fetching active
meetings for users in your team with role-based access control. See Active
Meetings.2.13.0
Added rate limiting to the
deleteTranscript mutation. It is limited to 10 requests per minute
across all user tiers. When exceeded, the API returns HTTP 429 too_many_requests. See Delete
Transcript.2.12.0
Added
updateMeetingPrivacy mutation to update meeting privacy settings. Allows meeting owners
and team admins to change privacy levels between link, owner, participants,
teammatesandparticipants, and teammates. See Update Meeting
Privacy.2.11.0
Added
channels field to Transcript schema. Returns an array of
Channel objects containing channel IDs associated with the meeting.2.10.0
Added new
meeting_attendance field to Transcript schema providing
participant join and leave times from meeting events data.Added new MeetingAttendance schema with
name, join_time, and
leave_time fields for tracking participant attendance.2.9.0
Added
channel_id parameter to Transcripts query to filter
meetings by specific channel. Accepts a single channel ID string.2.8.0
Added array fields
organizers and participants to
Transcripts query for filtering by multiple email addresses.
Previous single email fields organizer_email and participant_email are now deprecated.2.7.1
Added validation for Add to Live to only allow supported meeting platforms as
meeting_link.Added new error type UnsupportedPlatform that is thrown when an unsupported meeting_link is provided to Add to Live.2.7.0
Added new
user_groups query to fetch user groups with optional mine filter. See User
GroupsEnhanced UserGroup schema with
members fieldAdded new UserGroupMember schema for user group member details
2.6.3
Made improvements to the performance and stability of the Fireflies API.
2.6.2
Updated
transcripts query to allow text search within meeting transcript
(/query/transcripts)[Transcripts]2.6.1
Updated
uploadAudio mutation to include bypass_size_check boolean, allowing processing of
audio files smaller than the standard 50kb minimum size.2.6.0
Added Realtime API support.
2.5.1
Added
user_groups field to User query.2.5.0
Added query
analytics to query team and user analytics for meetings and conversations. See
AnalyticsAdded query
transcript.analytics to query analytics per meeting. See
Transcript or Transcripts2.4.6
Fixed bug in
transcripts.title query not returning correct results2.4.5
Reduced the minimum file size for
uploadAudio mutation to 50kb.2.4.4
Field
client_reference_id in AudioUpload was limited to 32
characters as part of input validation. It has now been increased to 128 characters.2.4.3
Added length validation for all input fields.
2.4.2
Added
updateMeetingTitle mutation to update meeting titles. For more details, view Update
Meeting Title2.4.1
Made improvements to the performance and stability of the Fireflies API.
2.4.0
Added
mine field to Transcripts queryAdded breaking changes to Transcripts query that allows you to
only use one of the following fields:
organizer_email, participant_email, user_id, mine at
a time2.3.17
Added
meeting_link field to Transcript schema2.3.16
Added
apps query to fetch AI App Outputs. For more details, view Apps2.3.15
Fixed bug in
transcripts query where it was not returning the correct match.2.3.14
Added support for webhook auth. For more details, view the Webhooks page
2.3.13
Added new fields to summary to Summary schema
2.3.12
2.3.11
Fixed bug in
transcript.sentences query where it was incorrectly returning nullMade improvements to the performance and stability of the Fireflies API.
2.3.10
Added field
attendees to addToLive mutation2.3.9
Added field
meeting_info for meeting metadata.Updated
uploadAudio mutation to allow saving video2.3.8
Added field
speakers in transcript.Updated docs to include error codes and their explanations. View details
here
2.3.7
Added new fields for
transcript.summary. View details on the Summary schema
page2.3.6
Updated docs for webhooks to include webhook schema
Added
client_reference_id field for audio upload2.3.5
Added argument
custom_language for uploadAudio.2.3.4
Added query argument
fromDate and toDate for transcripts. View more details
here. Field date has been deprecated in favor of these
arguments2.3.3
Added mutation for
addToLiveMeeting. View more details here2.3.2
Made improvements to the performance and stability of the Fireflies API.
2.3.1
Added field
calendar_id. This field represents calId for google calendar and iCalUID for outlook
calendar. For more details, view Transcript2.3.0
Added queries for Transcript Summary. For more details, view
Summary schema and Transcript schema
2.2.0
Added mutation for Create Bite that allows you to progmatically create bites. For more details,
view CreateBite mutation
2.1.1
Fixed bugs in Transcripts query
2.1.0
Added
video_url field for Transcript schema2.0.7
Made improvements to the performance and stability of the Fireflies API.
2.0.6
Made improvements to the performance and stability of the Fireflies API.
2.0.5
Fixed bug in in Transcripts query for
fireflies_users field2.0.4
Fixed bug in in Transcripts query for
audio_url field2.0.3
Made improvements to the performance and stability of the Fireflies API.
2.0.2
Fixed bug in Transcripts query arguments
2.0.1
Fixed schema inconsistency in AudioUpload mutation.
Fixed schema inconsistency in SetUserRole mutation
2.0.0
Field
transcript/host_email has been deprecated. More details in
Transcript