Introduction
Welcome to Fireflies public API documentation.
We are actively working on to expose more functionality via our API, if you have any specific requests, please reach out to us.
Concepts
GraphQL
Fireflies API is built on top of GraphQL. GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
Authentication
Fireflies API uses API Key based authentication. You can generate an API Key from the Fireflies Dashboard.
Please keep your API Key safe and do not share it with anyone.
User
A user is a person who has an account on Fireflies. A given API Key can access data of the user who generated the API Key and the users who are part of the same team if the API Key is generated from a team admin account.
Transcript
A transcript is a record of a meeting. It contains the meeting details, participants, and the conversation that happened during the meeting.
Fireflies API currently doesn’t support fetching Super Summary or Custom Apps data. We’re working on adding support for these features.
Was this page helpful?