Fireflies API Release Notes
Last updated: Mar 3, 2026
- March 2026
- No date parsed from source.
- First seen by Releasebot:Mar 3, 2026
2.23.0
Release notes
Added is_live field to Transcript schema. Returns a boolean indicating whether the meeting is currently live (active or paused).
Added live transcript support to the sentences field on Transcript. When querying a live meeting, sentences now returns real-time captions from the ongoing meeting instead of processed transcript data.
Original source Report a problem - February 2026
- No date parsed from source.
- First seen by Releasebot:Feb 25, 2026
2.22.0
Release notes
- Added shareMeeting mutation to share meetings with up to 100 email recipients, with optional expiry (7, 14, or 30 days).
- Added revokeSharedMeetingAccess mutation to revoke a user’s access to a shared meeting by email.
- Added shared_with field to Transcript to list all users a meeting is shared with, including email, name, and expiry details.
All of your release notes in one feed
Join Releasebot and get updates from FirefliesAI and hundreds of other software products.
- February 2026
- No date parsed from source.
- First seen by Releasebot:Feb 12, 2026
- Modified by Releasebot:Feb 24, 2026
2.21.0
Release Highlights
- Added createUploadUrl mutation to generate pre-signed URLs for direct audio/video file uploads. This enables uploading files from your own infrastructure without exposing them via a public URL.
- Added confirmUpload mutation to confirm direct file uploads and trigger transcription processing.
- Added new schemas: UploadUrlResponse, ConfirmUploadResponse, CreateUploadUrlInput, and ConfirmUploadInput.
- Added is_calendar_in_sync field to User schema. Returns a boolean indicating whether the user’s calendar is currently synced based on OAuth token validity.
- January 2026
- No date parsed from source.
- First seen by Releasebot:Jan 18, 2026
2.20.0
Added workspace_users field to Transcript schema
Returns an array of email addresses of Fireflies users who participated in the meeting and are also members of the requesting user’s team/workspace.
Original source Report a problem - January 2026
- No date parsed from source.
- First seen by Releasebot:Jan 18, 2026
2.19.0
Release notes
Added channels query to fetch all channels accessible to the user. Returns public channels and private channels where the user is a member. See Channels.
Added channel query to fetch a single channel by ID. See Channel.
Added new Channel schema with id, title, is_private, created_at, updated_at, created_by, and members fields.
Added new ChannelMember schema with user_id, email, and name fields for channel member details.
- January 2026
- No date parsed from source.
- First seen by Releasebot:Jan 18, 2026
2.18.0
- Added state field to ActiveMeeting schema to indicate whether a meeting is active or paused.
- Added states filter to Active Meetings query to filter meetings by state. Returns both active and paused meetings by default when no filter is provided.
- Added new MeetingState enum with values active and paused.
- January 2026
- No date parsed from source.
- First seen by Releasebot:Jan 18, 2026
2.17.0
Release notes
Added download_auth field to Upload Audio mutation to support authenticated downloads. Allows uploading media files that require bearer token or HTTP basic authentication. See DownloadAuthInput for details.
Added new schema types for authenticated downloads: BearerTokenAuthInput, BasicAuthInput, and DownloadAuthType enum.
Original source Report a problem - January 2026
- No date parsed from source.
- First seen by Releasebot:Jan 18, 2026
2.16.0
Introducing AskFred, an AI meeting assistant that lets you query transcripts and manage threads with context aware responses. New APIs and schemas support threads, messages, and thread creation, continuation, and deletion.
AskFred Overview
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.
AskFred Threads
Added askfred_threads query to list all conversation threads with summary information. See AskFred Threads.
AskFred Thread
Added askfred_thread query to retrieve a specific thread with full message history. See AskFred Thread.
Create AskFred Thread
Added createAskFredThread mutation to start new conversations with questions about meetings. See Create AskFred Thread.
Continue AskFred Thread
Added continueAskFredThread mutation to add follow-up questions to existing threads. See Continue AskFred Thread.
Delete AskFred Thread
Added deleteAskFredThread mutation to remove conversation threads. See Delete AskFred Thread.
AskFred Schemas
Added new schemas: AskFredThread, AskFredMessage, AskFredThreadSummary, and AskFredResponse.
Original source Report a problem - January 2026
- No date parsed from source.
- First seen by Releasebot:Jan 18, 2026
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.
Original source Report a problem - January 2026
- No date parsed from source.
- First seen by Releasebot:Jan 18, 2026
2.14.0
Active Meetings
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.
Original source Report a problem